Uses of Class
com.oracle.bmc.objectstorage.requests.DeletePrivateEndpointRequest
-
Packages that use DeletePrivateEndpointRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointResponse
ObjectStorage. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Deletes a Private Endpoint if it exists in the given namespace.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)
DeletePrivateEndpointResponse
ObjectStorageClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type DeletePrivateEndpointRequest 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 DeletePrivateEndpointRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. build()
Build the instance of DeletePrivateEndpointRequest as configured by this builderDeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest.Builder
DeletePrivateEndpointRequest.Builder. copy(DeletePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-