Uses of Class
software.amazon.awssdk.services.ec2.model.EnableAllowedImagesSettingsResponse
Packages that use EnableAllowedImagesSettingsResponse
-
Uses of EnableAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2Client.enableAllowedImagesSettings(Consumer<EnableAllowedImagesSettingsRequest.Builder> enableAllowedImagesSettingsRequest) Enables Allowed AMIs for your account in the specified Amazon Web Services Region.Ec2Client.enableAllowedImagesSettings(EnableAllowedImagesSettingsRequest enableAllowedImagesSettingsRequest) Enables Allowed AMIs for your account in the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableAllowedImagesSettings(Consumer<EnableAllowedImagesSettingsRequest.Builder> enableAllowedImagesSettingsRequest) Enables Allowed AMIs for your account in the specified Amazon Web Services Region.Ec2AsyncClient.enableAllowedImagesSettings(EnableAllowedImagesSettingsRequest enableAllowedImagesSettingsRequest) Enables Allowed AMIs for your account in the specified Amazon Web Services Region.