Uses of Class
com.oracle.bmc.oda.responses.CreateOdaPrivateEndpointResponse
-
Packages that use CreateOdaPrivateEndpointResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of CreateOdaPrivateEndpointResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return CreateOdaPrivateEndpointResponse Modifier and Type Method Description CreateOdaPrivateEndpointResponse
Management. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request)
Starts an asynchronous job to create an ODA Private Endpoint.CreateOdaPrivateEndpointResponse
ManagementClient. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type CreateOdaPrivateEndpointResponse Modifier and Type Method Description Future<CreateOdaPrivateEndpointResponse>
ManagementAsync. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request, AsyncHandler<CreateOdaPrivateEndpointRequest,CreateOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to create an ODA Private Endpoint.Future<CreateOdaPrivateEndpointResponse>
ManagementAsyncClient. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request, AsyncHandler<CreateOdaPrivateEndpointRequest,CreateOdaPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateOdaPrivateEndpointResponse Modifier and Type Method Description Future<CreateOdaPrivateEndpointResponse>
ManagementAsync. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request, AsyncHandler<CreateOdaPrivateEndpointRequest,CreateOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to create an ODA Private Endpoint.Future<CreateOdaPrivateEndpointResponse>
ManagementAsyncClient. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request, AsyncHandler<CreateOdaPrivateEndpointRequest,CreateOdaPrivateEndpointResponse> handler)
-
Uses of CreateOdaPrivateEndpointResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateOdaPrivateEndpointResponse Modifier and Type Method Description CreateOdaPrivateEndpointResponse
CreateOdaPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type CreateOdaPrivateEndpointResponse Modifier and Type Method Description CreateOdaPrivateEndpointResponse.Builder
CreateOdaPrivateEndpointResponse.Builder. copy(CreateOdaPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-