Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateAnycastIpListResponse
Packages that use CreateAnycastIpListResponse
-
Uses of CreateAnycastIpListResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateAnycastIpListResponseModifier and TypeMethodDescriptiondefault CreateAnycastIpListResponseCloudFrontClient.createAnycastIpList(Consumer<CreateAnycastIpListRequest.Builder> createAnycastIpListRequest) Creates an Anycast static IP list.default CreateAnycastIpListResponseCloudFrontClient.createAnycastIpList(CreateAnycastIpListRequest createAnycastIpListRequest) Creates an Anycast static IP list.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateAnycastIpListResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.createAnycastIpList(Consumer<CreateAnycastIpListRequest.Builder> createAnycastIpListRequest) Creates an Anycast static IP list.CloudFrontAsyncClient.createAnycastIpList(CreateAnycastIpListRequest createAnycastIpListRequest) Creates an Anycast static IP list.