Uses of Class
software.amazon.awssdk.services.dax.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Cluster in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return Cluster Modifier and Type Method Description ClusterCreateClusterResponse. cluster()A description of the DAX cluster that you have created.ClusterDecreaseReplicationFactorResponse. cluster()A description of the DAX cluster, after you have decreased its replication factor.ClusterDeleteClusterResponse. cluster()A description of the DAX cluster that is being deleted.ClusterIncreaseReplicationFactorResponse. cluster()A description of the DAX cluster.ClusterRebootNodeResponse. cluster()A description of the DAX cluster after a node has been rebooted.ClusterUpdateClusterResponse. cluster()A description of the DAX cluster, after it has been modified.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>DescribeClustersResponse. clusters()The descriptions of your DAX clusters, in response to a DescribeClusters request.Methods in software.amazon.awssdk.services.dax.model with parameters of type Cluster Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster that you have created.DecreaseReplicationFactorResponse.BuilderDecreaseReplicationFactorResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster, after you have decreased its replication factor.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster that is being deleted.IncreaseReplicationFactorResponse.BuilderIncreaseReplicationFactorResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster.RebootNodeResponse.BuilderRebootNodeResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster after a node has been rebooted.UpdateClusterResponse.BuilderUpdateClusterResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster, after it has been modified.DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Cluster... clusters)The descriptions of your DAX clusters, in response to a DescribeClusters request.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type Cluster Modifier and Type Method Description DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Collection<Cluster> clusters)The descriptions of your DAX clusters, in response to a DescribeClusters request.
-