Uses of Class
software.amazon.awssdk.services.docdb.model.CreateGlobalClusterResponse
-
Packages that use CreateGlobalClusterResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of CreateGlobalClusterResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return CreateGlobalClusterResponse Modifier and Type Method Description default CreateGlobalClusterResponseDocDbClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.default CreateGlobalClusterResponseDocDbClient. createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type CreateGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<CreateGlobalClusterResponse>DocDbAsyncClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.default CompletableFuture<CreateGlobalClusterResponse>DocDbAsyncClient. createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
-