Uses of Class
software.amazon.awssdk.services.ec2.model.GetAllowedImagesSettingsResponse
-
Packages that use GetAllowedImagesSettingsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetAllowedImagesSettingsResponse Modifier and Type Method Description default GetAllowedImagesSettingsResponseEc2Client. getAllowedImagesSettings(Consumer<GetAllowedImagesSettingsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetAllowedImagesSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAllowedImagesSettingsResponse>Ec2AsyncClient. getAllowedImagesSettings(Consumer<GetAllowedImagesSettingsRequest.Builder> 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 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.
-