Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageResourceType
Packages that use ImageUsageResourceType
-
Uses of ImageUsageResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageUsageResourceTypeModifier and TypeMethodDescriptionfinal List<ImageUsageResourceType>ImageUsageReport.resourceTypes()The resource types that were specified when the report was created.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageResourceTypeModifier and TypeMethodDescriptionImageUsageReport.Builder.resourceTypes(ImageUsageResourceType... resourceTypes) The resource types that were specified when the report was created.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageResourceTypeModifier and TypeMethodDescriptionImageUsageReport.Builder.resourceTypes(Collection<ImageUsageResourceType> resourceTypes) The resource types that were specified when the report was created.