Uses of Class
software.amazon.awssdk.services.rds.model.ModifyGlobalClusterResponse
Packages that use ModifyGlobalClusterResponse
-
Uses of ModifyGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyGlobalClusterResponseModifier and TypeMethodDescriptiondefault ModifyGlobalClusterResponseRdsClient.modifyGlobalCluster(Consumer<ModifyGlobalClusterRequest.Builder> modifyGlobalClusterRequest) Modifies a setting for an Amazon Aurora global database cluster.default ModifyGlobalClusterResponseRdsClient.modifyGlobalCluster(ModifyGlobalClusterRequest modifyGlobalClusterRequest) Modifies a setting for an Amazon Aurora global database cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyGlobalClusterResponseModifier and TypeMethodDescriptionRdsAsyncClient.modifyGlobalCluster(Consumer<ModifyGlobalClusterRequest.Builder> modifyGlobalClusterRequest) Modifies a setting for an Amazon Aurora global database cluster.RdsAsyncClient.modifyGlobalCluster(ModifyGlobalClusterRequest modifyGlobalClusterRequest) Modifies a setting for an Amazon Aurora global database cluster.