Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbSubnetGroupSubnet
-
Packages that use AwsRdsDbSubnetGroupSubnet Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbSubnetGroupSubnet in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbSubnetGroupSubnet Modifier and Type Method Description List<AwsRdsDbSubnetGroupSubnet>AwsRdsDbSubnetGroup. subnets()A list of subnets in the subnet group.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbSubnetGroupSubnet Modifier and Type Method Description AwsRdsDbSubnetGroup.BuilderAwsRdsDbSubnetGroup.Builder. subnets(AwsRdsDbSubnetGroupSubnet... subnets)A list of subnets in the subnet group.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbSubnetGroupSubnet Modifier and Type Method Description AwsRdsDbSubnetGroup.BuilderAwsRdsDbSubnetGroup.Builder. subnets(Collection<AwsRdsDbSubnetGroupSubnet> subnets)A list of subnets in the subnet group.
-