Uses of Class
software.amazon.awssdk.services.securityhub.model.PropagatingVgwSetDetails
-
Packages that use PropagatingVgwSetDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of PropagatingVgwSetDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type PropagatingVgwSetDetails Modifier and Type Method Description List<PropagatingVgwSetDetails>AwsEc2RouteTableDetails. propagatingVgwSet()Describes a virtual private gateway propagating route.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type PropagatingVgwSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. propagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)Describes a virtual private gateway propagating route.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type PropagatingVgwSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. propagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)Describes a virtual private gateway propagating route.
-