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