Uses of Class
software.amazon.awssdk.services.redshift.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of VpcSecurityGroupMembership in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type VpcSecurityGroupMembership Modifier and Type Method Description List<VpcSecurityGroupMembership>Cluster. vpcSecurityGroups()A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.List<VpcSecurityGroupMembership>CreateEndpointAccessResponse. vpcSecurityGroups()The security groups associated with the endpoint.List<VpcSecurityGroupMembership>DeleteEndpointAccessResponse. vpcSecurityGroups()The security groups associated with the endpoint.List<VpcSecurityGroupMembership>EndpointAccess. vpcSecurityGroups()The security groups associated with the endpoint.List<VpcSecurityGroupMembership>ModifyEndpointAccessResponse. vpcSecurityGroups()The security groups associated with the endpoint.Methods in software.amazon.awssdk.services.redshift.model with parameters of type VpcSecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.CreateEndpointAccessResponse.BuilderCreateEndpointAccessResponse.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The security groups associated with the endpoint.DeleteEndpointAccessResponse.BuilderDeleteEndpointAccessResponse.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The security groups associated with the endpoint.EndpointAccess.BuilderEndpointAccess.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The security groups associated with the endpoint.ModifyEndpointAccessResponse.BuilderModifyEndpointAccessResponse.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The security groups associated with the endpoint.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type VpcSecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.CreateEndpointAccessResponse.BuilderCreateEndpointAccessResponse.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The security groups associated with the endpoint.DeleteEndpointAccessResponse.BuilderDeleteEndpointAccessResponse.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The security groups associated with the endpoint.EndpointAccess.BuilderEndpointAccess.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The security groups associated with the endpoint.ModifyEndpointAccessResponse.BuilderModifyEndpointAccessResponse.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The security groups associated with the endpoint.
-