Uses of Class
software.amazon.awssdk.services.ec2.model.CreateManagedPrefixListResponse
Packages that use CreateManagedPrefixListResponse
-
Uses of CreateManagedPrefixListResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateManagedPrefixListResponseModifier and TypeMethodDescriptiondefault CreateManagedPrefixListResponseEc2Client.createManagedPrefixList(Consumer<CreateManagedPrefixListRequest.Builder> createManagedPrefixListRequest) Creates a managed prefix list.default CreateManagedPrefixListResponseEc2Client.createManagedPrefixList(CreateManagedPrefixListRequest createManagedPrefixListRequest) Creates a managed prefix list.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateManagedPrefixListResponseModifier and TypeMethodDescriptionEc2AsyncClient.createManagedPrefixList(Consumer<CreateManagedPrefixListRequest.Builder> createManagedPrefixListRequest) Creates a managed prefix list.Ec2AsyncClient.createManagedPrefixList(CreateManagedPrefixListRequest createManagedPrefixListRequest) Creates a managed prefix list.