Uses of Class
com.oracle.bmc.objectstorage.requests.ListPrivateEndpointsRequest
-
Packages that use ListPrivateEndpointsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of ListPrivateEndpointsRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type ListPrivateEndpointsRequest Modifier and Type Method Description ListPrivateEndpointsResponse
ObjectStorage. listPrivateEndpoints(ListPrivateEndpointsRequest request)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.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)
ListPrivateEndpointsResponse
ObjectStorageClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)
Iterable<PrivateEndpointSummary>
ObjectStoragePaginators. listPrivateEndpointsRecordIterator(ListPrivateEndpointsRequest request)
Creates a new iterable which will iterate over thePrivateEndpointSummary
objects contained in responses from the listPrivateEndpoints operation.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 ListPrivateEndpointsRequest 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 ListPrivateEndpointsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListPrivateEndpointsRequest Modifier and Type Method Description ListPrivateEndpointsRequest
ListPrivateEndpointsRequest.Builder. build()
Build the instance of ListPrivateEndpointsRequest as configured by this builderListPrivateEndpointsRequest
ListPrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type ListPrivateEndpointsRequest Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. copy(ListPrivateEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
-