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