Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
GetFunctionResult |
AmazonCloudFrontClient.getFunction(GetFunctionRequest request)
Gets the code of a CloudFront function.
|
GetFunctionResult |
AbstractAmazonCloudFront.getFunction(GetFunctionRequest request) |
GetFunctionResult |
AmazonCloudFront.getFunction(GetFunctionRequest getFunctionRequest)
Gets the code of a CloudFront function.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionResult> |
AmazonCloudFrontAsyncClient.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Future<GetFunctionResult> |
AmazonCloudFrontAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
Gets the code of a CloudFront function.
|
Future<GetFunctionResult> |
AbstractAmazonCloudFrontAsync.getFunctionAsync(GetFunctionRequest request,
AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetFunctionResult |
GetFunctionResult.clone() |
GetFunctionResult |
GetFunctionResult.withContentType(String contentType)
The content type (media type) of the response.
|
GetFunctionResult |
GetFunctionResult.withETag(String eTag)
The version identifier for the current version of the CloudFront function.
|
GetFunctionResult |
GetFunctionResult.withFunctionCode(ByteBuffer functionCode)
The function code of a CloudFront function.
|
Copyright © 2023. All rights reserved.