Uses of Class
software.amazon.awssdk.services.ec2.model.ResourceTypeRequest
-
Packages that use ResourceTypeRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ResourceTypeRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ResourceTypeRequest Modifier and Type Method Description List<ResourceTypeRequest>DescribeImageReferencesRequest. resourceTypes()The Amazon Web Services resource types to check for image references.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ResourceTypeRequest Modifier and Type Method Description DescribeImageReferencesRequest.BuilderDescribeImageReferencesRequest.Builder. resourceTypes(ResourceTypeRequest... resourceTypes)The Amazon Web Services resource types to check for image references.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ResourceTypeRequest Modifier and Type Method Description DescribeImageReferencesRequest.BuilderDescribeImageReferencesRequest.Builder. resourceTypes(Collection<ResourceTypeRequest> resourceTypes)The Amazon Web Services resource types to check for image references.
-