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