Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterSecurityGroup
-
Packages that use ClusterSecurityGroup Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ClusterSecurityGroup in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterSecurityGroup Modifier and Type Method Description ClusterSecurityGroupAuthorizeClusterSecurityGroupIngressResponse. clusterSecurityGroup()Returns the value of the ClusterSecurityGroup property for this object.ClusterSecurityGroupCreateClusterSecurityGroupResponse. clusterSecurityGroup()Returns the value of the ClusterSecurityGroup property for this object.ClusterSecurityGroupRevokeClusterSecurityGroupIngressResponse. clusterSecurityGroup()Returns the value of the ClusterSecurityGroup property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterSecurityGroup Modifier and Type Method Description List<ClusterSecurityGroup>DescribeClusterSecurityGroupsResponse. clusterSecurityGroups()A list of ClusterSecurityGroup instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterSecurityGroup Modifier and Type Method Description AuthorizeClusterSecurityGroupIngressResponse.BuilderAuthorizeClusterSecurityGroupIngressResponse.Builder. clusterSecurityGroup(ClusterSecurityGroup clusterSecurityGroup)Sets the value of the ClusterSecurityGroup property for this object.CreateClusterSecurityGroupResponse.BuilderCreateClusterSecurityGroupResponse.Builder. clusterSecurityGroup(ClusterSecurityGroup clusterSecurityGroup)Sets the value of the ClusterSecurityGroup property for this object.RevokeClusterSecurityGroupIngressResponse.BuilderRevokeClusterSecurityGroupIngressResponse.Builder. clusterSecurityGroup(ClusterSecurityGroup clusterSecurityGroup)Sets the value of the ClusterSecurityGroup property for this object.DescribeClusterSecurityGroupsResponse.BuilderDescribeClusterSecurityGroupsResponse.Builder. clusterSecurityGroups(ClusterSecurityGroup... clusterSecurityGroups)A list of ClusterSecurityGroup instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterSecurityGroup Modifier and Type Method Description DescribeClusterSecurityGroupsResponse.BuilderDescribeClusterSecurityGroupsResponse.Builder. clusterSecurityGroups(Collection<ClusterSecurityGroup> clusterSecurityGroups)A list of ClusterSecurityGroup instances. -
Uses of ClusterSecurityGroup in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ClusterSecurityGroup Modifier and Type Method Description SdkIterable<ClusterSecurityGroup>DescribeClusterSecurityGroupsIterable. clusterSecurityGroups()Returns an iterable to iterate through the paginatedDescribeClusterSecurityGroupsResponse.clusterSecurityGroups()member.SdkPublisher<ClusterSecurityGroup>DescribeClusterSecurityGroupsPublisher. clusterSecurityGroups()Returns a publisher that can be used to get a stream of data.
-