Uses of Class
software.amazon.awssdk.services.rds.model.GlobalCluster
-
Packages that use GlobalCluster Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of GlobalCluster in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalCluster Modifier and Type Method Description GlobalClusterCreateGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.GlobalClusterDeleteGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.GlobalClusterFailoverGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.GlobalClusterModifyGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.GlobalClusterRemoveFromGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.GlobalClusterSwitchoverGlobalClusterResponse. globalCluster()Returns the value of the GlobalCluster property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type GlobalCluster Modifier and Type Method Description List<GlobalCluster>DescribeGlobalClustersResponse. globalClusters()The list of global clusters returned by this request.Methods in software.amazon.awssdk.services.rds.model with parameters of type GlobalCluster Modifier and Type Method Description CreateGlobalClusterResponse.BuilderCreateGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.DeleteGlobalClusterResponse.BuilderDeleteGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.FailoverGlobalClusterResponse.BuilderFailoverGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.ModifyGlobalClusterResponse.BuilderModifyGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.RemoveFromGlobalClusterResponse.BuilderRemoveFromGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse.Builder. globalCluster(GlobalCluster globalCluster)Sets the value of the GlobalCluster property for this object.DescribeGlobalClustersResponse.BuilderDescribeGlobalClustersResponse.Builder. globalClusters(GlobalCluster... globalClusters)The list of global clusters returned by this request.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type GlobalCluster Modifier and Type Method Description DescribeGlobalClustersResponse.BuilderDescribeGlobalClustersResponse.Builder. globalClusters(Collection<GlobalCluster> globalClusters)The list of global clusters returned by this request. -
Uses of GlobalCluster in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type GlobalCluster Modifier and Type Method Description SdkIterable<GlobalCluster>DescribeGlobalClustersIterable. globalClusters()Returns an iterable to iterate through the paginatedDescribeGlobalClustersResponse.globalClusters()member.SdkPublisher<GlobalCluster>DescribeGlobalClustersPublisher. globalClusters()Returns a publisher that can be used to get a stream of data.
-