Uses of Class
com.oracle.bmc.database.responses.ListDatabaseSoftwareImagesResponse
-
Packages that use ListDatabaseSoftwareImagesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListDatabaseSoftwareImagesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListDatabaseSoftwareImagesResponse Modifier and Type Method Description ListDatabaseSoftwareImagesResponse
Database. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request)
Gets a list of the database software images in the specified compartment.ListDatabaseSoftwareImagesResponse
DatabaseClient. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListDatabaseSoftwareImagesResponse Modifier and Type Method Description Future<ListDatabaseSoftwareImagesResponse>
DatabaseAsync. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request, AsyncHandler<ListDatabaseSoftwareImagesRequest,ListDatabaseSoftwareImagesResponse> handler)
Gets a list of the database software images in the specified compartment.Future<ListDatabaseSoftwareImagesResponse>
DatabaseAsyncClient. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request, AsyncHandler<ListDatabaseSoftwareImagesRequest,ListDatabaseSoftwareImagesResponse> handler)
Iterable<ListDatabaseSoftwareImagesResponse>
DatabasePaginators. listDatabaseSoftwareImagesResponseIterator(ListDatabaseSoftwareImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabaseSoftwareImages operation.Method parameters in com.oracle.bmc.database with type arguments of type ListDatabaseSoftwareImagesResponse Modifier and Type Method Description Future<ListDatabaseSoftwareImagesResponse>
DatabaseAsync. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request, AsyncHandler<ListDatabaseSoftwareImagesRequest,ListDatabaseSoftwareImagesResponse> handler)
Gets a list of the database software images in the specified compartment.Future<ListDatabaseSoftwareImagesResponse>
DatabaseAsyncClient. listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request, AsyncHandler<ListDatabaseSoftwareImagesRequest,ListDatabaseSoftwareImagesResponse> handler)
-
Uses of ListDatabaseSoftwareImagesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListDatabaseSoftwareImagesResponse Modifier and Type Method Description ListDatabaseSoftwareImagesResponse
ListDatabaseSoftwareImagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListDatabaseSoftwareImagesResponse Modifier and Type Method Description ListDatabaseSoftwareImagesResponse.Builder
ListDatabaseSoftwareImagesResponse.Builder. copy(ListDatabaseSoftwareImagesResponse o)
Copy method to populate the builder with values from the given instance.
-