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.objectstorageMethods in com.oracle.bmc.objectstorage with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointResponseObjectStorage. 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)CreatePrivateEndpointResponseObjectStorageClient. 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.requestsMethods in com.oracle.bmc.objectstorage.requests that return CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequestCreatePrivateEndpointRequest.Builder. build()Build the instance of CreatePrivateEndpointRequest as configured by this builderCreatePrivateEndpointRequestCreatePrivateEndpointRequest.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.BuilderCreatePrivateEndpointRequest.Builder. copy(CreatePrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-