Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetFunctionResponse.Builder
-
Packages that use GetFunctionResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetFunctionResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetFunctionResponse.Builder Modifier and Type Method Description static GetFunctionResponse.BuilderGetFunctionResponse. builder()GetFunctionResponse.BuilderGetFunctionResponse.Builder. contentType(String contentType)The content type (media type) of the response.GetFunctionResponse.BuilderGetFunctionResponse.Builder. eTag(String eTag)The version identifier for the current version of the CloudFront function.GetFunctionResponse.BuilderGetFunctionResponse.Builder. functionCode(SdkBytes functionCode)The function code of a CloudFront function.GetFunctionResponse.BuilderGetFunctionResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetFunctionResponse.Builder Modifier and Type Method Description static Class<? extends GetFunctionResponse.Builder>GetFunctionResponse. serializableBuilderClass()
-