Uses of Class
com.oracle.bmc.objectstorage.requests.CreatePrivateEndpointRequest
-
Packages that use CreatePrivateEndpointRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of CreatePrivateEndpointRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointResponse
ObjectStorage. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Create a PrivateEndpoint.Future<CreatePrivateEndpointResponse>
ObjectStorageAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Create a PrivateEndpoint.Future<CreatePrivateEndpointResponse>
ObjectStorageAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
CreatePrivateEndpointResponse
ObjectStorageClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreatePrivateEndpointRequest Modifier and Type Method Description Future<CreatePrivateEndpointResponse>
ObjectStorageAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Create a PrivateEndpoint.Future<CreatePrivateEndpointResponse>
ObjectStorageAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
-
Uses of CreatePrivateEndpointRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. build()
Build the instance of CreatePrivateEndpointRequest as configured by this builderCreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. copy(CreatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-