Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyManagedPrefixListResponse
Packages that use ModifyManagedPrefixListResponse
-
Uses of ModifyManagedPrefixListResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyManagedPrefixListResponseModifier and TypeMethodDescriptiondefault ModifyManagedPrefixListResponseEc2Client.modifyManagedPrefixList(Consumer<ModifyManagedPrefixListRequest.Builder> modifyManagedPrefixListRequest) Modifies the specified managed prefix list.default ModifyManagedPrefixListResponseEc2Client.modifyManagedPrefixList(ModifyManagedPrefixListRequest modifyManagedPrefixListRequest) Modifies the specified managed prefix list.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyManagedPrefixListResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyManagedPrefixList(Consumer<ModifyManagedPrefixListRequest.Builder> modifyManagedPrefixListRequest) Modifies the specified managed prefix list.Ec2AsyncClient.modifyManagedPrefixList(ModifyManagedPrefixListRequest modifyManagedPrefixListRequest) Modifies the specified managed prefix list.