Uses of Class
software.amazon.awssdk.services.ec2.model.ImageUsageResourceTypeOption
-
Packages that use ImageUsageResourceTypeOption Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ImageUsageResourceTypeOption in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageUsageResourceTypeOption Modifier and Type Method Description List<ImageUsageResourceTypeOption>ImageUsageResourceType. resourceTypeOptions()The options that affect the scope of the report.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageUsageResourceTypeOption Modifier and Type Method Description ImageUsageResourceType.BuilderImageUsageResourceType.Builder. resourceTypeOptions(ImageUsageResourceTypeOption... resourceTypeOptions)The options that affect the scope of the report.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageUsageResourceTypeOption Modifier and Type Method Description ImageUsageResourceType.BuilderImageUsageResourceType.Builder. resourceTypeOptions(Collection<ImageUsageResourceTypeOption> resourceTypeOptions)The options that affect the scope of the report.
-