Uses of Class
software.amazon.awssdk.services.ec2.model.RestoreManagedPrefixListVersionResponse
Packages that use RestoreManagedPrefixListVersionResponse
-
Uses of RestoreManagedPrefixListVersionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RestoreManagedPrefixListVersionResponseModifier and TypeMethodDescriptionEc2Client.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(RestoreManagedPrefixListVersionRequest restoreManagedPrefixListVersionRequest) Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RestoreManagedPrefixListVersionResponseModifier 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.Ec2AsyncClient.restoreManagedPrefixListVersion(RestoreManagedPrefixListVersionRequest restoreManagedPrefixListVersionRequest) Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.