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