| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateKeyGroupResult | 
AbstractAmazonCloudFront.createKeyGroup(CreateKeyGroupRequest request)  | 
CreateKeyGroupResult | 
AmazonCloudFront.createKeyGroup(CreateKeyGroupRequest createKeyGroupRequest)
 Creates a key group that you can use with CloudFront signed
 URLs and signed cookies. 
 | 
CreateKeyGroupResult | 
AmazonCloudFrontClient.createKeyGroup(CreateKeyGroupRequest request)
 Creates a key group that you can use with CloudFront signed
 URLs and signed cookies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateKeyGroupResult> | 
AmazonCloudFrontAsync.createKeyGroupAsync(CreateKeyGroupRequest createKeyGroupRequest,
                   AsyncHandler<CreateKeyGroupRequest,CreateKeyGroupResult> asyncHandler)
 Creates a key group that you can use with CloudFront signed
 URLs and signed cookies. 
 | 
Future<CreateKeyGroupResult> | 
AmazonCloudFrontAsyncClient.createKeyGroupAsync(CreateKeyGroupRequest request,
                   AsyncHandler<CreateKeyGroupRequest,CreateKeyGroupResult> asyncHandler)  | 
Future<CreateKeyGroupResult> | 
AbstractAmazonCloudFrontAsync.createKeyGroupAsync(CreateKeyGroupRequest request,
                   AsyncHandler<CreateKeyGroupRequest,CreateKeyGroupResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateKeyGroupResult | 
CreateKeyGroupResult.clone()  | 
CreateKeyGroupResult | 
CreateKeyGroupResult.withETag(String eTag)
 The identifier for this version of the key group. 
 | 
CreateKeyGroupResult | 
CreateKeyGroupResult.withKeyGroup(KeyGroup keyGroup)
 The key group that was just created. 
 | 
CreateKeyGroupResult | 
CreateKeyGroupResult.withLocation(String location)
 The URL of the key group. 
 | 
Copyright © 2022. All rights reserved.