Uses of Class
com.oracle.bmc.datasafe.responses.GetDataSafePrivateEndpointResponse
-
Packages that use GetDataSafePrivateEndpointResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetDataSafePrivateEndpointResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetDataSafePrivateEndpointResponse Modifier and Type Method Description GetDataSafePrivateEndpointResponse
DataSafe. getDataSafePrivateEndpoint(GetDataSafePrivateEndpointRequest request)
Gets the details of the specified Data Safe private endpoint.GetDataSafePrivateEndpointResponse
DataSafeClient. getDataSafePrivateEndpoint(GetDataSafePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDataSafePrivateEndpointResponse Modifier and Type Method Description Future<GetDataSafePrivateEndpointResponse>
DataSafeAsync. getDataSafePrivateEndpoint(GetDataSafePrivateEndpointRequest request, AsyncHandler<GetDataSafePrivateEndpointRequest,GetDataSafePrivateEndpointResponse> handler)
Gets the details of the specified Data Safe private endpoint.Future<GetDataSafePrivateEndpointResponse>
DataSafeAsyncClient. getDataSafePrivateEndpoint(GetDataSafePrivateEndpointRequest request, AsyncHandler<GetDataSafePrivateEndpointRequest,GetDataSafePrivateEndpointResponse> handler)
-
Uses of GetDataSafePrivateEndpointResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetDataSafePrivateEndpointResponse Modifier and Type Method Description GetDataSafePrivateEndpointResponse
GetDataSafePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetDataSafePrivateEndpointResponse Modifier and Type Method Description GetDataSafePrivateEndpointResponse.Builder
GetDataSafePrivateEndpointResponse.Builder. copy(GetDataSafePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-