Uses of Class
com.oracle.bmc.oda.responses.GetOdaPrivateEndpointResponse
-
Packages that use GetOdaPrivateEndpointResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of GetOdaPrivateEndpointResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return GetOdaPrivateEndpointResponse Modifier and Type Method Description GetOdaPrivateEndpointResponse
Management. getOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request)
Gets the specified ODA Private Endpoint.GetOdaPrivateEndpointResponse
ManagementClient. getOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetOdaPrivateEndpointResponse 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 GetOdaPrivateEndpointResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return GetOdaPrivateEndpointResponse Modifier and Type Method Description GetOdaPrivateEndpointResponse
GetOdaPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type GetOdaPrivateEndpointResponse Modifier and Type Method Description GetOdaPrivateEndpointResponse.Builder
GetOdaPrivateEndpointResponse.Builder. copy(GetOdaPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-