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.resourcemanagerMethods in com.oracle.bmc.resourcemanager with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointResponseResourceManager. 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)DeletePrivateEndpointResponseResourceManagerClient. 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.requestsMethods in com.oracle.bmc.resourcemanager.requests that return DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequestDeletePrivateEndpointRequest.Builder. build()Build the instance of DeletePrivateEndpointRequest as configured by this builderDeletePrivateEndpointRequestDeletePrivateEndpointRequest.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.BuilderDeletePrivateEndpointRequest.Builder. copy(DeletePrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-