Uses of Class
com.oracle.bmc.oda.requests.GetOdaPrivateEndpointRequest
-
Packages that use GetOdaPrivateEndpointRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of GetOdaPrivateEndpointRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type GetOdaPrivateEndpointRequest Modifier and Type Method Description Future<GetOdaPrivateEndpointResponse>
ManagementAsync. getOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request, AsyncHandler<GetOdaPrivateEndpointRequest,GetOdaPrivateEndpointResponse> handler)
Gets the specified ODA Private Endpoint.Future<GetOdaPrivateEndpointResponse>
ManagementAsyncClient. getOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request, AsyncHandler<GetOdaPrivateEndpointRequest,GetOdaPrivateEndpointResponse> handler)
-
Uses of GetOdaPrivateEndpointRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return GetOdaPrivateEndpointRequest Modifier and Type Method Description GetOdaPrivateEndpointRequest
GetOdaPrivateEndpointRequest.Builder. build()
Build the instance of GetOdaPrivateEndpointRequest as configured by this builderGetOdaPrivateEndpointRequest
GetOdaPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOdaPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type GetOdaPrivateEndpointRequest Modifier and Type Method Description GetOdaPrivateEndpointRequest.Builder
GetOdaPrivateEndpointRequest.Builder. copy(GetOdaPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-