Uses of Class
software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
-
Packages that use UnprocessedCluster Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of UnprocessedCluster in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type UnprocessedCluster Modifier and Type Method Description List<UnprocessedCluster>BatchUpdateClusterResponse. unprocessedClusters()The list of clusters where updates have not been applied.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type UnprocessedCluster Modifier and Type Method Description BatchUpdateClusterResponse.BuilderBatchUpdateClusterResponse.Builder. unprocessedClusters(UnprocessedCluster... unprocessedClusters)The list of clusters where updates have not been applied.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type UnprocessedCluster Modifier and Type Method Description BatchUpdateClusterResponse.BuilderBatchUpdateClusterResponse.Builder. unprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)The list of clusters where updates have not been applied.
-