Uses of Class
com.amazonaws.services.logs.model.PutDestinationRequest
-
Packages that use PutDestinationRequest Package Description com.amazonaws.services.logs com.amazonaws.services.logs.model -
-
Uses of PutDestinationRequest in com.amazonaws.services.logs
Method parameters in com.amazonaws.services.logs with type arguments of type PutDestinationRequest Modifier and Type Method Description Future<PutDestinationResult>AbstractAWSLogsAsync. putDestinationAsync(PutDestinationRequest request, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)Future<PutDestinationResult>AWSLogsAsync. putDestinationAsync(PutDestinationRequest putDestinationRequest, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)Creates or updates aDestination.Future<PutDestinationResult>AWSLogsAsyncClient. putDestinationAsync(PutDestinationRequest request, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) -
Uses of PutDestinationRequest in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return PutDestinationRequest Modifier and Type Method Description PutDestinationRequestPutDestinationRequest. clone()PutDestinationRequestPutDestinationRequest. withDestinationName(String destinationName)A name for the destination.PutDestinationRequestPutDestinationRequest. withRoleArn(String roleArn)The ARN of an IAM role that grants CloudWatch Logs permissions to do Amazon Kinesis PutRecord requests on the desitnation stream.PutDestinationRequestPutDestinationRequest. withTargetArn(String targetArn)The ARN of an Amazon Kinesis stream to deliver matching log events to.
-