Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateAnycastIpListRequest
-
Packages that use CreateAnycastIpListRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of CreateAnycastIpListRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type CreateAnycastIpListRequest Modifier and Type Method Description default CompletableFuture<CreateAnycastIpListResponse>CloudFrontAsyncClient. createAnycastIpList(CreateAnycastIpListRequest createAnycastIpListRequest)Creates an Anycast static IP list.default CreateAnycastIpListResponseCloudFrontClient. createAnycastIpList(CreateAnycastIpListRequest createAnycastIpListRequest)Creates an Anycast static IP list. -
Uses of CreateAnycastIpListRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type CreateAnycastIpListRequest Modifier and Type Method Description SdkHttpFullRequestCreateAnycastIpListRequestMarshaller. marshall(CreateAnycastIpListRequest createAnycastIpListRequest)
-