| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterVpcSecurityGroup |
AwsRedshiftClusterVpcSecurityGroup.clone() |
AwsRedshiftClusterVpcSecurityGroup |
AwsRedshiftClusterVpcSecurityGroup.withStatus(String status)
The status of the VPC security group.
|
AwsRedshiftClusterVpcSecurityGroup |
AwsRedshiftClusterVpcSecurityGroup.withVpcSecurityGroupId(String vpcSecurityGroupId)
The identifier of the VPC security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRedshiftClusterVpcSecurityGroup> |
AwsRedshiftClusterDetails.getVpcSecurityGroups()
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withVpcSecurityGroups(AwsRedshiftClusterVpcSecurityGroup... vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRedshiftClusterDetails.setVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withVpcSecurityGroups(Collection<AwsRedshiftClusterVpcSecurityGroup> vpcSecurityGroups)
The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.
|
Copyright © 2024. All rights reserved.