| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
IncreaseReplicationFactorResponse.cluster()
A description of the DAX cluster.
|
Cluster |
CreateClusterResponse.cluster()
A description of the DAX cluster that you have created.
|
Cluster |
RebootNodeResponse.cluster()
A description of the DAX cluster after a node has been rebooted.
|
Cluster |
DecreaseReplicationFactorResponse.cluster()
A description of the DAX cluster, after you have decreased its replication factor.
|
Cluster |
DeleteClusterResponse.cluster()
A description of the DAX cluster that is being deleted.
|
Cluster |
UpdateClusterResponse.cluster()
A description of the DAX cluster, after it has been modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
DescribeClustersResponse.clusters()
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
| Modifier and Type | Method and Description |
|---|---|
IncreaseReplicationFactorResponse.Builder |
IncreaseReplicationFactorResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster that you have created.
|
RebootNodeResponse.Builder |
RebootNodeResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster after a node has been rebooted.
|
DecreaseReplicationFactorResponse.Builder |
DecreaseReplicationFactorResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.cluster(Cluster cluster)
A description of the DAX cluster, after it has been modified.
|
DescribeClustersResponse.Builder |
DescribeClustersResponse.Builder.clusters(Cluster... clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersResponse.Builder |
DescribeClustersResponse.Builder.clusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
Copyright © 2022. All rights reserved.