Uses of Class
software.amazon.awssdk.services.rds.model.GlobalCluster
Packages that use GlobalCluster
Package
Description
-
Uses of GlobalCluster in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalClusterModifier and TypeMethodDescriptionfinal GlobalClusterCreateGlobalClusterResponse.globalCluster()Returns the value of the GlobalCluster property for this object.final GlobalClusterDeleteGlobalClusterResponse.globalCluster()Returns the value of the GlobalCluster property for this object.final GlobalClusterFailoverGlobalClusterResponse.globalCluster()Returns the value of the GlobalCluster property for this object.final GlobalClusterModifyGlobalClusterResponse.globalCluster()Returns the value of the GlobalCluster property for this object.final GlobalClusterRemoveFromGlobalClusterResponse.globalCluster()Returns the value of the GlobalCluster property for this object.final 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 GlobalClusterModifier and TypeMethodDescriptionfinal 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 GlobalClusterModifier and TypeMethodDescriptionCreateGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.DeleteGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.FailoverGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.ModifyGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.RemoveFromGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.SwitchoverGlobalClusterResponse.Builder.globalCluster(GlobalCluster globalCluster) Sets the value of the GlobalCluster property for this object.DescribeGlobalClustersResponse.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 GlobalClusterModifier and TypeMethodDescriptionDescribeGlobalClustersResponse.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 GlobalClusterModifier and TypeMethodDescriptionfinal SdkIterable<GlobalCluster>DescribeGlobalClustersIterable.globalClusters()Returns an iterable to iterate through the paginatedDescribeGlobalClustersResponse.globalClusters()member.final SdkPublisher<GlobalCluster>DescribeGlobalClustersPublisher.globalClusters()Returns a publisher that can be used to get a stream of data.