| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterListEntry |
ClusterListEntry.clone() |
ClusterListEntry |
ClusterListEntry.withClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000. |
ClusterListEntry |
ClusterListEntry.withClusterState(ClusterState clusterState)
The current state of this cluster.
|
ClusterListEntry |
ClusterListEntry.withClusterState(String clusterState)
The current state of this cluster.
|
ClusterListEntry |
ClusterListEntry.withCreationDate(Date creationDate)
The creation date for this cluster.
|
ClusterListEntry |
ClusterListEntry.withDescription(String description)
Defines an optional description of the cluster, for example
Environmental Data Cluster-01. |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterListEntry> |
ListClustersResult.getClusterListEntries()
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status
information. |
| Modifier and Type | Method and Description |
|---|---|
ListClustersResult |
ListClustersResult.withClusterListEntries(ClusterListEntry... clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status
information. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersResult.setClusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status
information. |
ListClustersResult |
ListClustersResult.withClusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status
information. |
Copyright © 2018. All rights reserved.