Uses of Class
com.oracle.bmc.resourcemanager.requests.CreatePrivateEndpointRequest
-
Packages that use CreatePrivateEndpointRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of CreatePrivateEndpointRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointResponse
ResourceManager. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Creates a private endpoint in the specified compartment.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)
CreatePrivateEndpointResponse
ResourceManagerClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type CreatePrivateEndpointRequest 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 CreatePrivateEndpointRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. build()
Build the instance of CreatePrivateEndpointRequest as configured by this builderCreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. copy(CreatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-