Uses of Class
com.oracle.bmc.objectstorage.responses.ListPrivateEndpointsResponse
-
Packages that use ListPrivateEndpointsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse
ObjectStorage. listPrivateEndpoints(ListPrivateEndpointsRequest request)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.ListPrivateEndpointsResponse
ObjectStorageClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>
ObjectStorageAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.Future<ListPrivateEndpointsResponse>
ObjectStorageAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
Iterable<ListPrivateEndpointsResponse>
ObjectStoragePaginators. listPrivateEndpointsResponseIterator(ListPrivateEndpointsRequest request)
Creates a new iterable which will iterate over the responses received from the listPrivateEndpoints operation.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>
ObjectStorageAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.Future<ListPrivateEndpointsResponse>
ObjectStorageAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
-
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse
ListPrivateEndpointsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse.Builder
ListPrivateEndpointsResponse.Builder. copy(ListPrivateEndpointsResponse o)
Copy method to populate the builder with values from the given instance.
-