Uses of Class
software.amazon.awssdk.services.ec2.model.GetAllowedImagesSettingsResponse
Packages that use GetAllowedImagesSettingsResponse
-
Uses of GetAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetAllowedImagesSettingsResponseModifier and TypeMethodDescriptiondefault 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 GetAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.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.