Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsResponse |
ObjectStorage.listPrivateEndpoints(ListPrivateEndpointsRequest request)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.
|
ListPrivateEndpointsResponse |
ObjectStorageClient.listPrivateEndpoints(ListPrivateEndpointsRequest request) |
Future<ListPrivateEndpointsResponse> |
ObjectStorageAsyncClient.listPrivateEndpoints(ListPrivateEndpointsRequest request,
AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler) |
Future<ListPrivateEndpointsResponse> |
ObjectStorageAsync.listPrivateEndpoints(ListPrivateEndpointsRequest request,
AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.
|
Iterable<PrivateEndpointSummary> |
ObjectStoragePaginators.listPrivateEndpointsRecordIterator(ListPrivateEndpointsRequest request)
Creates a new iterable which will iterate over the
PrivateEndpointSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPrivateEndpointsResponse> |
ObjectStorageAsyncClient.listPrivateEndpoints(ListPrivateEndpointsRequest request,
AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler) |
Future<ListPrivateEndpointsResponse> |
ObjectStorageAsync.listPrivateEndpoints(ListPrivateEndpointsRequest request,
AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)
Gets a list of all PrivateEndpointSummary in a compartment associated with a namespace.
|
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsRequest |
ListPrivateEndpointsRequest.Builder.build()
Build the instance of ListPrivateEndpointsRequest as configured by this builder
|
ListPrivateEndpointsRequest |
ListPrivateEndpointsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPrivateEndpointsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsRequest.Builder |
ListPrivateEndpointsRequest.Builder.copy(ListPrivateEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.