Uses of Class
com.oracle.bmc.objectstorage.responses.GetReplicationPolicyResponse
-
Packages that use GetReplicationPolicyResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetReplicationPolicyResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetReplicationPolicyResponse Modifier and Type Method Description GetReplicationPolicyResponse
ObjectStorage. getReplicationPolicy(GetReplicationPolicyRequest request)
Get the replication policy.GetReplicationPolicyResponse
ObjectStorageClient. getReplicationPolicy(GetReplicationPolicyRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetReplicationPolicyResponse Modifier and Type Method Description Future<GetReplicationPolicyResponse>
ObjectStorageAsync. getReplicationPolicy(GetReplicationPolicyRequest request, AsyncHandler<GetReplicationPolicyRequest,GetReplicationPolicyResponse> handler)
Get the replication policy.Future<GetReplicationPolicyResponse>
ObjectStorageAsyncClient. getReplicationPolicy(GetReplicationPolicyRequest request, AsyncHandler<GetReplicationPolicyRequest,GetReplicationPolicyResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetReplicationPolicyResponse Modifier and Type Method Description Future<GetReplicationPolicyResponse>
ObjectStorageAsync. getReplicationPolicy(GetReplicationPolicyRequest request, AsyncHandler<GetReplicationPolicyRequest,GetReplicationPolicyResponse> handler)
Get the replication policy.Future<GetReplicationPolicyResponse>
ObjectStorageAsyncClient. getReplicationPolicy(GetReplicationPolicyRequest request, AsyncHandler<GetReplicationPolicyRequest,GetReplicationPolicyResponse> handler)
-
Uses of GetReplicationPolicyResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetReplicationPolicyResponse Modifier and Type Method Description GetReplicationPolicyResponse
GetReplicationPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetReplicationPolicyResponse Modifier and Type Method Description GetReplicationPolicyResponse.Builder
GetReplicationPolicyResponse.Builder. copy(GetReplicationPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-