Uses of Interface
software.amazon.awssdk.services.ec2.model.RestoreManagedPrefixListVersionRequest.Builder
Packages that use RestoreManagedPrefixListVersionRequest.Builder
Package
Description
-
Uses of RestoreManagedPrefixListVersionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type RestoreManagedPrefixListVersionRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.restoreManagedPrefixListVersion(Consumer<RestoreManagedPrefixListVersionRequest.Builder> restoreManagedPrefixListVersionRequest) Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.Ec2Client.restoreManagedPrefixListVersion(Consumer<RestoreManagedPrefixListVersionRequest.Builder> restoreManagedPrefixListVersionRequest) Restores the entries from a previous version of a managed prefix list to a new version of the prefix list. -
Uses of RestoreManagedPrefixListVersionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RestoreManagedPrefixListVersionRequest.BuilderModifier and TypeMethodDescriptionRestoreManagedPrefixListVersionRequest.builder()RestoreManagedPrefixListVersionRequest.Builder.currentVersion(Long currentVersion) The current version number for the prefix list.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.RestoreManagedPrefixListVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreManagedPrefixListVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RestoreManagedPrefixListVersionRequest.Builder.prefixListId(String prefixListId) The ID of the prefix list.RestoreManagedPrefixListVersionRequest.Builder.previousVersion(Long previousVersion) The version to restore.RestoreManagedPrefixListVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RestoreManagedPrefixListVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreManagedPrefixListVersionRequest.Builder>RestoreManagedPrefixListVersionRequest.serializableBuilderClass()