Uses of Class
software.amazon.awssdk.services.ec2.model.RestoreManagedPrefixListVersionResponse
-
Packages that use RestoreManagedPrefixListVersionResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RestoreManagedPrefixListVersionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RestoreManagedPrefixListVersionResponse Modifier and Type Method Description default RestoreManagedPrefixListVersionResponseEc2Client. 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.default RestoreManagedPrefixListVersionResponseEc2Client. 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 RestoreManagedPrefixListVersionResponse Modifier and Type Method Description default CompletableFuture<RestoreManagedPrefixListVersionResponse>Ec2AsyncClient. 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.default CompletableFuture<RestoreManagedPrefixListVersionResponse>Ec2AsyncClient. restoreManagedPrefixListVersion(RestoreManagedPrefixListVersionRequest restoreManagedPrefixListVersionRequest)Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.
-