Uses of Interface
software.amazon.awssdk.services.elasticache.model.RebootCacheClusterResponse.Builder
-
Packages that use RebootCacheClusterResponse.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of RebootCacheClusterResponse.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return RebootCacheClusterResponse.Builder Modifier and Type Method Description static RebootCacheClusterResponse.BuilderRebootCacheClusterResponse. builder()default RebootCacheClusterResponse.BuilderRebootCacheClusterResponse.Builder. cacheCluster(Consumer<CacheCluster.Builder> cacheCluster)Sets the value of the CacheCluster property for this object.RebootCacheClusterResponse.BuilderRebootCacheClusterResponse.Builder. cacheCluster(CacheCluster cacheCluster)Sets the value of the CacheCluster property for this object.RebootCacheClusterResponse.BuilderRebootCacheClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type RebootCacheClusterResponse.Builder Modifier and Type Method Description static Class<? extends RebootCacheClusterResponse.Builder>RebootCacheClusterResponse. serializableBuilderClass()
-