Uses of Class
software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
-
Packages that use BatchUpdateClusterRequest Package Description software.amazon.awssdk.services.memorydb MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.software.amazon.awssdk.services.memorydb.transform -
-
Uses of BatchUpdateClusterRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type BatchUpdateClusterRequest Modifier and Type Method Description default CompletableFuture<BatchUpdateClusterResponse>MemoryDbAsyncClient. batchUpdateCluster(BatchUpdateClusterRequest batchUpdateClusterRequest)Apply the service update to a list of clusters supplied.default BatchUpdateClusterResponseMemoryDbClient. batchUpdateCluster(BatchUpdateClusterRequest batchUpdateClusterRequest)Apply the service update to a list of clusters supplied. -
Uses of BatchUpdateClusterRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type BatchUpdateClusterRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateClusterRequestMarshaller. marshall(BatchUpdateClusterRequest batchUpdateClusterRequest)
-