Uses of Class
com.oracle.bmc.identity.responses.EnableReplicationToRegionResponse
-
Packages that use EnableReplicationToRegionResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of EnableReplicationToRegionResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return EnableReplicationToRegionResponse Modifier and Type Method Description EnableReplicationToRegionResponse
Identity. enableReplicationToRegion(EnableReplicationToRegionRequest request)
(For tenancies that support identity domains) Replicates the identity domain to a new region (provided that the region is the tenancy home region or other region that the tenancy subscribes to).EnableReplicationToRegionResponse
IdentityClient. enableReplicationToRegion(EnableReplicationToRegionRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type EnableReplicationToRegionResponse Modifier and Type Method Description Future<EnableReplicationToRegionResponse>
IdentityAsync. enableReplicationToRegion(EnableReplicationToRegionRequest request, AsyncHandler<EnableReplicationToRegionRequest,EnableReplicationToRegionResponse> handler)
(For tenancies that support identity domains) Replicates the identity domain to a new region (provided that the region is the tenancy home region or other region that the tenancy subscribes to).Future<EnableReplicationToRegionResponse>
IdentityAsyncClient. enableReplicationToRegion(EnableReplicationToRegionRequest request, AsyncHandler<EnableReplicationToRegionRequest,EnableReplicationToRegionResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type EnableReplicationToRegionResponse Modifier and Type Method Description Future<EnableReplicationToRegionResponse>
IdentityAsync. enableReplicationToRegion(EnableReplicationToRegionRequest request, AsyncHandler<EnableReplicationToRegionRequest,EnableReplicationToRegionResponse> handler)
(For tenancies that support identity domains) Replicates the identity domain to a new region (provided that the region is the tenancy home region or other region that the tenancy subscribes to).Future<EnableReplicationToRegionResponse>
IdentityAsyncClient. enableReplicationToRegion(EnableReplicationToRegionRequest request, AsyncHandler<EnableReplicationToRegionRequest,EnableReplicationToRegionResponse> handler)
-
Uses of EnableReplicationToRegionResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return EnableReplicationToRegionResponse Modifier and Type Method Description EnableReplicationToRegionResponse
EnableReplicationToRegionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type EnableReplicationToRegionResponse Modifier and Type Method Description EnableReplicationToRegionResponse.Builder
EnableReplicationToRegionResponse.Builder. copy(EnableReplicationToRegionResponse o)
Copy method to populate the builder with values from the given instance.
-