Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateRealtimeLogConfigResult> |
AbstractAmazonCloudFrontAsync.updateRealtimeLogConfigAsync(UpdateRealtimeLogConfigRequest request,
AsyncHandler<UpdateRealtimeLogConfigRequest,UpdateRealtimeLogConfigResult> asyncHandler) |
Future<UpdateRealtimeLogConfigResult> |
AmazonCloudFrontAsyncClient.updateRealtimeLogConfigAsync(UpdateRealtimeLogConfigRequest request,
AsyncHandler<UpdateRealtimeLogConfigRequest,UpdateRealtimeLogConfigResult> asyncHandler) |
Future<UpdateRealtimeLogConfigResult> |
AmazonCloudFrontAsync.updateRealtimeLogConfigAsync(UpdateRealtimeLogConfigRequest updateRealtimeLogConfigRequest,
AsyncHandler<UpdateRealtimeLogConfigRequest,UpdateRealtimeLogConfigResult> asyncHandler)
Updates a real-time log configuration.
|
Modifier and Type | Method and Description |
---|---|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.clone() |
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withARN(String aRN)
The Amazon Resource Name (ARN) for this real-time log configuration.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withEndPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withFields(Collection<String> fields)
A list of fields to include in each real-time log record.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withFields(String... fields)
A list of fields to include in each real-time log record.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withName(String name)
The name for this real-time log configuration.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withSamplingRate(Long samplingRate)
The sampling rate for this real-time log configuration.
|
Copyright © 2022. All rights reserved.