Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableImageDeprecationRequest.Builder
-
Packages that use EnableImageDeprecationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of EnableImageDeprecationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableImageDeprecationRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableImageDeprecationResponse>Ec2AsyncClient. enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time.default EnableImageDeprecationResponseEc2Client. enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time. -
Uses of EnableImageDeprecationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableImageDeprecationRequest.Builder Modifier and Type Method Description static EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest. builder()EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest.Builder. deprecateAt(Instant deprecateAt)The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ.EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest.Builder. imageId(String imageId)The ID of the AMI.EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableImageDeprecationRequest.BuilderEnableImageDeprecationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableImageDeprecationRequest.Builder Modifier and Type Method Description static Class<? extends EnableImageDeprecationRequest.Builder>EnableImageDeprecationRequest. serializableBuilderClass()
-