Uses of Class
software.amazon.awssdk.services.docdb.model.CreateGlobalClusterRequest
-
Packages that use CreateGlobalClusterRequest Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.transform -
-
Uses of CreateGlobalClusterRequest in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb with parameters of type CreateGlobalClusterRequest Modifier and Type Method Description default CompletableFuture<CreateGlobalClusterResponse>DocDbAsyncClient. createGlobalCluster(CreateGlobalClusterRequest 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. -
Uses of CreateGlobalClusterRequest in software.amazon.awssdk.services.docdb.transform
Methods in software.amazon.awssdk.services.docdb.transform with parameters of type CreateGlobalClusterRequest Modifier and Type Method Description SdkHttpFullRequestCreateGlobalClusterRequestMarshaller. marshall(CreateGlobalClusterRequest createGlobalClusterRequest)
-