Package | Description |
---|---|
com.amazonaws.services.logs | |
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Method and Description |
---|---|
PutDestinationResult |
AbstractAWSLogs.putDestination(PutDestinationRequest request) |
PutDestinationResult |
AWSLogsClient.putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates a
Destination . |
PutDestinationResult |
AWSLogs.putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates a
Destination . |
java.util.concurrent.Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest)
Creates or updates a
Destination . |
java.util.concurrent.Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates a
Destination . |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
java.util.concurrent.Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates a
Destination . |
Modifier and Type | Method and Description |
---|---|
PutDestinationRequest |
PutDestinationRequest.clone() |
PutDestinationRequest |
PutDestinationRequest.withDestinationName(java.lang.String destinationName)
A name for the destination.
|
PutDestinationRequest |
PutDestinationRequest.withRoleArn(java.lang.String roleArn)
The ARN of an IAM role that grants CloudWatch Logs permissions to do
Amazon Kinesis PutRecord requests on the desitnation stream.
|
PutDestinationRequest |
PutDestinationRequest.withTargetArn(java.lang.String targetArn)
The ARN of an Amazon Kinesis stream to deliver matching log events to.
|
Modifier and Type | Method and Description |
---|---|
Request<PutDestinationRequest> |
PutDestinationRequestMarshaller.marshall(PutDestinationRequest putDestinationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutDestinationRequest> |
PutDestinationRequestMarshaller.marshall(PutDestinationRequest putDestinationRequest) |