Uses of Class
com.oracle.bmc.database.responses.ListApplicationVipsResponse
-
Packages that use ListApplicationVipsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListApplicationVipsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListApplicationVipsResponse Modifier and Type Method Description ListApplicationVipsResponse
Database. listApplicationVips(ListApplicationVipsRequest request)
Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.ListApplicationVipsResponse
DatabaseClient. listApplicationVips(ListApplicationVipsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListApplicationVipsResponse Modifier and Type Method Description Future<ListApplicationVipsResponse>
DatabaseAsync. listApplicationVips(ListApplicationVipsRequest request, AsyncHandler<ListApplicationVipsRequest,ListApplicationVipsResponse> handler)
Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.Future<ListApplicationVipsResponse>
DatabaseAsyncClient. listApplicationVips(ListApplicationVipsRequest request, AsyncHandler<ListApplicationVipsRequest,ListApplicationVipsResponse> handler)
Iterable<ListApplicationVipsResponse>
DatabasePaginators. listApplicationVipsResponseIterator(ListApplicationVipsRequest request)
Creates a new iterable which will iterate over the responses received from the listApplicationVips operation.Method parameters in com.oracle.bmc.database with type arguments of type ListApplicationVipsResponse Modifier and Type Method Description Future<ListApplicationVipsResponse>
DatabaseAsync. listApplicationVips(ListApplicationVipsRequest request, AsyncHandler<ListApplicationVipsRequest,ListApplicationVipsResponse> handler)
Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.Future<ListApplicationVipsResponse>
DatabaseAsyncClient. listApplicationVips(ListApplicationVipsRequest request, AsyncHandler<ListApplicationVipsRequest,ListApplicationVipsResponse> handler)
-
Uses of ListApplicationVipsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListApplicationVipsResponse Modifier and Type Method Description ListApplicationVipsResponse
ListApplicationVipsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListApplicationVipsResponse Modifier and Type Method Description ListApplicationVipsResponse.Builder
ListApplicationVipsResponse.Builder. copy(ListApplicationVipsResponse o)
Copy method to populate the builder with values from the given instance.
-