Uses of Class
com.oracle.bmc.objectstorage.responses.CreatePrivateEndpointResponse
-
Packages that use CreatePrivateEndpointResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of CreatePrivateEndpointResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
ObjectStorage. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Create a PrivateEndpoint.CreatePrivateEndpointResponse
ObjectStorageClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type CreatePrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreatePrivateEndpointResponse 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 CreatePrivateEndpointResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
CreatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse.Builder
CreatePrivateEndpointResponse.Builder. copy(CreatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-