Uses of Class
software.amazon.awssdk.services.ec2.model.GetAllowedImagesSettingsRequest
-
Packages that use GetAllowedImagesSettingsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of GetAllowedImagesSettingsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetAllowedImagesSettingsRequest Modifier and Type Method Description default CompletableFuture<GetAllowedImagesSettingsResponse>Ec2AsyncClient. getAllowedImagesSettings(GetAllowedImagesSettingsRequest getAllowedImagesSettingsRequest)Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region.default GetAllowedImagesSettingsResponseEc2Client. getAllowedImagesSettings(GetAllowedImagesSettingsRequest getAllowedImagesSettingsRequest)Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region. -
Uses of GetAllowedImagesSettingsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetAllowedImagesSettingsRequest Modifier and Type Method Description SdkHttpFullRequestGetAllowedImagesSettingsRequestMarshaller. marshall(GetAllowedImagesSettingsRequest getAllowedImagesSettingsRequest)
-