Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateAnycastIpListResponse
-
Packages that use CreateAnycastIpListResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateAnycastIpListResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateAnycastIpListResponse Modifier and Type Method Description default 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 CreateAnycastIpListResponse Modifier and Type Method Description default CompletableFuture<CreateAnycastIpListResponse>CloudFrontAsyncClient. createAnycastIpList(Consumer<CreateAnycastIpListRequest.Builder> createAnycastIpListRequest)Creates an Anycast static IP list.default CompletableFuture<CreateAnycastIpListResponse>CloudFrontAsyncClient. createAnycastIpList(CreateAnycastIpListRequest createAnycastIpListRequest)Creates an Anycast static IP list.
-