Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.VpcSecurityGroupMembership
-
Packages that use VpcSecurityGroupMembership Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of VpcSecurityGroupMembership in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type VpcSecurityGroupMembership Modifier and Type Method Description List<VpcSecurityGroupMembership>EndpointAccess. vpcSecurityGroups()The security groups associated with the endpoint.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type VpcSecurityGroupMembership Modifier and Type Method Description EndpointAccess.BuilderEndpointAccess.Builder. vpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)The security groups associated with the endpoint.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type VpcSecurityGroupMembership Modifier and Type Method Description EndpointAccess.BuilderEndpointAccess.Builder. vpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)The security groups associated with the endpoint.
-