Uses of Class
software.amazon.awssdk.services.rds.model.CreateGlobalClusterResponse
-
Packages that use CreateGlobalClusterResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateGlobalClusterResponse Modifier and Type Method Description default CreateGlobalClusterResponseRdsClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Aurora global database spread across multiple Amazon Web Services Regions.default CreateGlobalClusterResponseRdsClient. createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)Creates an Aurora global database spread across multiple Amazon Web Services Regions.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<CreateGlobalClusterResponse>RdsAsyncClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Aurora global database spread across multiple Amazon Web Services Regions.default CompletableFuture<CreateGlobalClusterResponse>RdsAsyncClient. createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)Creates an Aurora global database spread across multiple Amazon Web Services Regions.
-