Uses of Class
com.oracle.bmc.resourcemanager.responses.CreatePrivateEndpointResponse
-
Packages that use CreatePrivateEndpointResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of CreatePrivateEndpointResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
ResourceManager. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Creates a private endpoint in the specified compartment.CreatePrivateEndpointResponse
ResourceManagerClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type CreatePrivateEndpointResponse Modifier and Type Method Description Future<CreatePrivateEndpointResponse>
ResourceManagerAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Creates a private endpoint in the specified compartment.Future<CreatePrivateEndpointResponse>
ResourceManagerAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type CreatePrivateEndpointResponse Modifier and Type Method Description Future<CreatePrivateEndpointResponse>
ResourceManagerAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Creates a private endpoint in the specified compartment.Future<CreatePrivateEndpointResponse>
ResourceManagerAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
-
Uses of CreatePrivateEndpointResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
CreatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse.Builder
CreatePrivateEndpointResponse.Builder. copy(CreatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-