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.Builder
ModifyCacheSubnetGroupResponse. builder()
default ModifyCacheSubnetGroupResponse.Builder
ModifyCacheSubnetGroupResponse.Builder. cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.ModifyCacheSubnetGroupResponse.Builder
ModifyCacheSubnetGroupResponse.Builder. cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.ModifyCacheSubnetGroupResponse.Builder
ModifyCacheSubnetGroupResponse. 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()
-