Uses of Class
software.amazon.awssdk.services.ec2.model.DisableAllowedImagesSettingsRequest
-
Packages that use DisableAllowedImagesSettingsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DisableAllowedImagesSettingsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DisableAllowedImagesSettingsRequest Modifier and Type Method Description default CompletableFuture<DisableAllowedImagesSettingsResponse>Ec2AsyncClient. disableAllowedImagesSettings(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region.default DisableAllowedImagesSettingsResponseEc2Client. disableAllowedImagesSettings(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region. -
Uses of DisableAllowedImagesSettingsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DisableAllowedImagesSettingsRequest Modifier and Type Method Description SdkHttpFullRequestDisableAllowedImagesSettingsRequestMarshaller. marshall(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest)
-