Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.ListPrivateEndpointsResponse
-
Packages that use ListPrivateEndpointsResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseShardedDatabaseService. listPrivateEndpoints(ListPrivateEndpointsRequest request)List of PrivateEndpoints.ListPrivateEndpointsResponseShardedDatabaseServiceClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>ShardedDatabaseServiceAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)List of PrivateEndpoints.Future<ListPrivateEndpointsResponse>ShardedDatabaseServiceAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Iterable<ListPrivateEndpointsResponse>ShardedDatabaseServicePaginators. listPrivateEndpointsResponseIterator(ListPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listPrivateEndpoints operation.Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>ShardedDatabaseServiceAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)List of PrivateEndpoints.Future<ListPrivateEndpointsResponse>ShardedDatabaseServiceAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler) -
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseListPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse.BuilderListPrivateEndpointsResponse.Builder. copy(ListPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-