Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableImageDeprecationRequest.Builder
Packages that use EnableImageDeprecationRequest.Builder
Package
Description
-
Uses of EnableImageDeprecationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableImageDeprecationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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.BuilderModifier and TypeMethodDescriptionEnableImageDeprecationRequest.builder()EnableImageDeprecationRequest.Builder.deprecateAt(Instant deprecateAt) The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The ID of the AMI.EnableImageDeprecationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableImageDeprecationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableImageDeprecationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableImageDeprecationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableImageDeprecationRequest.Builder>EnableImageDeprecationRequest.serializableBuilderClass()