| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.clone() |
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withStatus(String status)
The status of the VPC security group.
|
VpcSecurityGroupMembership |
VpcSecurityGroupMembership.withVpcSecurityGroupId(String vpcSecurityGroupId)
The unique identifier of the VPC security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcSecurityGroupMembership> |
EndpointAccess.getVpcSecurityGroups()
The security groups associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointAccess |
EndpointAccess.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
The security groups associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointAccess.setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
The security groups associated with the endpoint.
|
EndpointAccess |
EndpointAccess.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
The security groups associated with the endpoint.
|
Copyright © 2022. All rights reserved.