Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterSubnetGroup
-
Packages that use ClusterSubnetGroup Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ClusterSubnetGroup in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterSubnetGroup Modifier and Type Method Description ClusterSubnetGroupCreateClusterSubnetGroupResponse. clusterSubnetGroup()Returns the value of the ClusterSubnetGroup property for this object.ClusterSubnetGroupModifyClusterSubnetGroupResponse. clusterSubnetGroup()Returns the value of the ClusterSubnetGroup property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterSubnetGroup Modifier and Type Method Description List<ClusterSubnetGroup>DescribeClusterSubnetGroupsResponse. clusterSubnetGroups()A list of ClusterSubnetGroup instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterSubnetGroup Modifier and Type Method Description CreateClusterSubnetGroupResponse.BuilderCreateClusterSubnetGroupResponse.Builder. clusterSubnetGroup(ClusterSubnetGroup 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.DescribeClusterSubnetGroupsResponse.BuilderDescribeClusterSubnetGroupsResponse.Builder. clusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)A list of ClusterSubnetGroup instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterSubnetGroup Modifier and Type Method Description DescribeClusterSubnetGroupsResponse.BuilderDescribeClusterSubnetGroupsResponse.Builder. clusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)A list of ClusterSubnetGroup instances. -
Uses of ClusterSubnetGroup in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ClusterSubnetGroup Modifier and Type Method Description SdkIterable<ClusterSubnetGroup>DescribeClusterSubnetGroupsIterable. clusterSubnetGroups()Returns an iterable to iterate through the paginatedDescribeClusterSubnetGroupsResponse.clusterSubnetGroups()member.SdkPublisher<ClusterSubnetGroup>DescribeClusterSubnetGroupsPublisher. clusterSubnetGroups()Returns a publisher that can be used to get a stream of data.
-