Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableAllowedImagesSettingsRequest.Builder
-
Packages that use DisableAllowedImagesSettingsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisableAllowedImagesSettingsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisableAllowedImagesSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<DisableAllowedImagesSettingsResponse>Ec2AsyncClient. disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region.default DisableAllowedImagesSettingsResponseEc2Client. disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region. -
Uses of DisableAllowedImagesSettingsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableAllowedImagesSettingsRequest.Builder Modifier and Type Method Description static DisableAllowedImagesSettingsRequest.BuilderDisableAllowedImagesSettingsRequest. builder()DisableAllowedImagesSettingsRequest.BuilderDisableAllowedImagesSettingsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisableAllowedImagesSettingsRequest.BuilderDisableAllowedImagesSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableAllowedImagesSettingsRequest.BuilderDisableAllowedImagesSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableAllowedImagesSettingsRequest.BuilderDisableAllowedImagesSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableAllowedImagesSettingsRequest.Builder Modifier and Type Method Description static Class<? extends DisableAllowedImagesSettingsRequest.Builder>DisableAllowedImagesSettingsRequest. serializableBuilderClass()
-