Uses of Class
com.oracle.bmc.oda.requests.CreateOdaPrivateEndpointRequest
-
Packages that use CreateOdaPrivateEndpointRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of CreateOdaPrivateEndpointRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type CreateOdaPrivateEndpointRequest Modifier and Type Method Description CreateOdaPrivateEndpointResponse
Management. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request)
Starts an asynchronous job to create an ODA Private Endpoint.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)
CreateOdaPrivateEndpointResponse
ManagementClient. createOdaPrivateEndpoint(CreateOdaPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateOdaPrivateEndpointRequest 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 CreateOdaPrivateEndpointRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateOdaPrivateEndpointRequest Modifier and Type Method Description CreateOdaPrivateEndpointRequest
CreateOdaPrivateEndpointRequest.Builder. build()
Build the instance of CreateOdaPrivateEndpointRequest as configured by this builderCreateOdaPrivateEndpointRequest
CreateOdaPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOdaPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type CreateOdaPrivateEndpointRequest Modifier and Type Method Description CreateOdaPrivateEndpointRequest.Builder
CreateOdaPrivateEndpointRequest.Builder. copy(CreateOdaPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-