Uses of Class
com.oracle.bmc.objectstorage.responses.DeletePrivateEndpointResponse
-
Packages that use DeletePrivateEndpointResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of DeletePrivateEndpointResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
ObjectStorage. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Deletes a Private Endpoint if it exists in the given namespace.DeletePrivateEndpointResponse
ObjectStorageClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type DeletePrivateEndpointResponse Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
ObjectStorageAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes a Private Endpoint if it exists in the given namespace.Future<DeletePrivateEndpointResponse>
ObjectStorageAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeletePrivateEndpointResponse Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
ObjectStorageAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes a Private Endpoint if it exists in the given namespace.Future<DeletePrivateEndpointResponse>
ObjectStorageAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
-
Uses of DeletePrivateEndpointResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
DeletePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse.Builder
DeletePrivateEndpointResponse.Builder. copy(DeletePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-