Uses of Class
software.amazon.awssdk.services.rds.model.CreateGlobalClusterRequest
-
Packages that use CreateGlobalClusterRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of CreateGlobalClusterRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type CreateGlobalClusterRequest Modifier and Type Method Description default CompletableFuture<CreateGlobalClusterResponse>RdsAsyncClient. createGlobalCluster(CreateGlobalClusterRequest 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. -
Uses of CreateGlobalClusterRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type CreateGlobalClusterRequest Modifier and Type Method Description SdkHttpFullRequestCreateGlobalClusterRequestMarshaller. marshall(CreateGlobalClusterRequest createGlobalClusterRequest)
-