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 ListPrivateEndpointsResponseObjectStorage. 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)ListPrivateEndpointsResponseObjectStorageClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)Iterable<PrivateEndpointSummary>ObjectStoragePaginators. listPrivateEndpointsRecordIterator(ListPrivateEndpointsRequest request)Creates a new iterable which will iterate over thePrivateEndpointSummaryobjects 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 ListPrivateEndpointsRequestListPrivateEndpointsRequest.Builder. build()Build the instance of ListPrivateEndpointsRequest as configured by this builderListPrivateEndpointsRequestListPrivateEndpointsRequest.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.BuilderListPrivateEndpointsRequest.Builder. copy(ListPrivateEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-