Uses of Class
com.amazonaws.services.ec2.model.DescribeSubnetsRequest
-
Packages that use DescribeSubnetsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeSubnetsRequest in com.amazonaws.services.ec2
-
Uses of DescribeSubnetsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSubnetsRequest Modifier and Type Method Description DescribeSubnetsRequestDescribeSubnetsRequest. clone()DescribeSubnetsRequestDescribeSubnetsRequest. withFilters(Filter... filters)One or more filters.DescribeSubnetsRequestDescribeSubnetsRequest. withFilters(Collection<Filter> filters)One or more filters.DescribeSubnetsRequestDescribeSubnetsRequest. withSubnetIds(String... subnetIds)One or more subnet IDs.DescribeSubnetsRequestDescribeSubnetsRequest. withSubnetIds(Collection<String> subnetIds)One or more subnet IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSubnetsRequest Modifier and Type Method Description Request<DescribeSubnetsRequest>DescribeSubnetsRequest. getDryRunRequest()This method is intended for internal use only.
-