Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableImageDeprecationRequest.Builder
-
Packages that use DisableImageDeprecationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisableImageDeprecationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisableImageDeprecationRequest.Builder Modifier and Type Method Description default CompletableFuture<DisableImageDeprecationResponse>Ec2AsyncClient. disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)Cancels the deprecation of the specified AMI.default DisableImageDeprecationResponseEc2Client. disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)Cancels the deprecation of the specified AMI. -
Uses of DisableImageDeprecationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableImageDeprecationRequest.Builder Modifier and Type Method Description static DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest. builder()DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest.Builder. imageId(String imageId)The ID of the AMI.DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableImageDeprecationRequest.BuilderDisableImageDeprecationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableImageDeprecationRequest.Builder Modifier and Type Method Description static Class<? extends DisableImageDeprecationRequest.Builder>DisableImageDeprecationRequest. serializableBuilderClass()
-