Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateKeyGroupRequest
-
Packages that use CreateKeyGroupRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of CreateKeyGroupRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type CreateKeyGroupRequest Modifier and Type Method Description default CompletableFuture<CreateKeyGroupResponse>CloudFrontAsyncClient. createKeyGroup(CreateKeyGroupRequest createKeyGroupRequest)Creates a key group that you can use with CloudFront signed URLs and signed cookies.default CreateKeyGroupResponseCloudFrontClient. createKeyGroup(CreateKeyGroupRequest createKeyGroupRequest)Creates a key group that you can use with CloudFront signed URLs and signed cookies. -
Uses of CreateKeyGroupRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type CreateKeyGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeyGroupRequestMarshaller. marshall(CreateKeyGroupRequest createKeyGroupRequest)
-