Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRoute53HostedZoneVpcDetails
-
Packages that use AwsRoute53HostedZoneVpcDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRoute53HostedZoneVpcDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRoute53HostedZoneVpcDetails Modifier and Type Method Description List<AwsRoute53HostedZoneVpcDetails>AwsRoute53HostedZoneDetails. vpcs()An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated with the specified hosted zone.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRoute53HostedZoneVpcDetails Modifier and Type Method Description AwsRoute53HostedZoneDetails.BuilderAwsRoute53HostedZoneDetails.Builder. vpcs(AwsRoute53HostedZoneVpcDetails... vpcs)An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated with the specified hosted zone.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRoute53HostedZoneVpcDetails Modifier and Type Method Description AwsRoute53HostedZoneDetails.BuilderAwsRoute53HostedZoneDetails.Builder. vpcs(Collection<AwsRoute53HostedZoneVpcDetails> vpcs)An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated with the specified hosted zone.
-