| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedCluster |
UnprocessedCluster.clone() |
UnprocessedCluster |
UnprocessedCluster.withClusterName(String clusterName)
The name of the cluster
|
UnprocessedCluster |
UnprocessedCluster.withErrorMessage(String errorMessage)
The error message associated with the update failure
|
UnprocessedCluster |
UnprocessedCluster.withErrorType(String errorType)
The error type associated with the update failure
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedCluster> |
BatchUpdateClusterResult.getUnprocessedClusters()
The list of clusters where updates have not been applied.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateClusterResult |
BatchUpdateClusterResult.withUnprocessedClusters(UnprocessedCluster... unprocessedClusters)
The list of clusters where updates have not been applied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateClusterResult.setUnprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResult |
BatchUpdateClusterResult.withUnprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)
The list of clusters where updates have not been applied.
|
Copyright © 2023. All rights reserved.