Uses of Class
com.oracle.bmc.resourcemanager.requests.DeletePrivateEndpointRequest
-
Packages that use DeletePrivateEndpointRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointResponse
ResourceManager. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Deletes the specified private endpoint.Future<DeletePrivateEndpointResponse>
ResourceManagerAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes the specified private endpoint.Future<DeletePrivateEndpointResponse>
ResourceManagerAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
DeletePrivateEndpointResponse
ResourceManagerClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type DeletePrivateEndpointRequest Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
ResourceManagerAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes the specified private endpoint.Future<DeletePrivateEndpointResponse>
ResourceManagerAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.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.resourcemanager.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.
-