Uses of Class
software.amazon.awssdk.services.securityhub.model.RouteSetDetails
-
Packages that use RouteSetDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RouteSetDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RouteSetDetails Modifier and Type Method Description List<RouteSetDetails>AwsEc2RouteTableDetails. routeSet()The routes in the route table.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RouteSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. routeSet(RouteSetDetails... routeSet)The routes in the route table.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RouteSetDetails Modifier and Type Method Description AwsEc2RouteTableDetails.BuilderAwsEc2RouteTableDetails.Builder. routeSet(Collection<RouteSetDetails> routeSet)The routes in the route table.
-