| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.builder() |
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Cluster... processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Collection<Cluster> processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Consumer<Cluster.Builder>... processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.toBuilder() |
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(Consumer<UnprocessedCluster.Builder>... unprocessedClusters)
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(UnprocessedCluster... unprocessedClusters)
The list of clusters where updates have not been applied.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateClusterResponse.Builder> |
BatchUpdateClusterResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.