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.objectstorageMethods in com.oracle.bmc.objectstorage that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponseObjectStorage. deletePrivateEndpoint(DeletePrivateEndpointRequest request)Deletes a Private Endpoint if it exists in the given namespace.DeletePrivateEndpointResponseObjectStorageClient. 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.responsesMethods in com.oracle.bmc.objectstorage.responses that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponseDeletePrivateEndpointResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse.BuilderDeletePrivateEndpointResponse.Builder. copy(DeletePrivateEndpointResponse o)Copy method to populate the builder with values from the given instance.
 
-