Uses of Class
com.oracle.bmc.datasafe.requests.GetDataSafePrivateEndpointRequest
-
Packages that use GetDataSafePrivateEndpointRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetDataSafePrivateEndpointRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDataSafePrivateEndpointRequest 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 GetDataSafePrivateEndpointRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetDataSafePrivateEndpointRequest Modifier and Type Method Description GetDataSafePrivateEndpointRequest
GetDataSafePrivateEndpointRequest.Builder. build()
Build the instance of GetDataSafePrivateEndpointRequest as configured by this builderGetDataSafePrivateEndpointRequest
GetDataSafePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataSafePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetDataSafePrivateEndpointRequest Modifier and Type Method Description GetDataSafePrivateEndpointRequest.Builder
GetDataSafePrivateEndpointRequest.Builder. copy(GetDataSafePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-