| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.clone() |
AwsRdsDbSubnetGroup |
AwsRdsDbInstanceDetails.getDbSubnetGroup()
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withDbSubnetGroupArn(String dbSubnetGroupArn)
The ARN of the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withDbSubnetGroupDescription(String dbSubnetGroupDescription)
The description of the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withDbSubnetGroupName(String dbSubnetGroupName)
The name of the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withSubnetGroupStatus(String subnetGroupStatus)
The status of the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withSubnets(AwsRdsDbSubnetGroupSubnet... subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withSubnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets)
A list of subnets in the subnet group.
|
AwsRdsDbSubnetGroup |
AwsRdsDbSubnetGroup.withVpcId(String vpcId)
The VPC ID of the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
Copyright © 2022. All rights reserved.