Uses of Class
com.oracle.bmc.objectstorage.responses.GetPrivateEndpointResponse
-
Packages that use GetPrivateEndpointResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetPrivateEndpointResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse
ObjectStorage. getPrivateEndpoint(GetPrivateEndpointRequest request)
Gets the current representation of the given Private Endpoint in the given Object Storage namespace.GetPrivateEndpointResponse
ObjectStorageClient. getPrivateEndpoint(GetPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetPrivateEndpointResponse Modifier and Type Method Description Future<GetPrivateEndpointResponse>
ObjectStorageAsync. getPrivateEndpoint(GetPrivateEndpointRequest request, AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler)
Gets the current representation of the given Private Endpoint in the given Object Storage namespace.Future<GetPrivateEndpointResponse>
ObjectStorageAsyncClient. getPrivateEndpoint(GetPrivateEndpointRequest request, AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler)
-
Uses of GetPrivateEndpointResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse
GetPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse.Builder
GetPrivateEndpointResponse.Builder. copy(GetPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-