Uses of Class
com.amazonaws.services.logs.model.PutDestinationRequest
Packages that use PutDestinationRequest
-
Uses of PutDestinationRequest in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs with parameters of type PutDestinationRequestModifier and TypeMethodDescriptionAbstractAWSLogs.putDestination
(PutDestinationRequest request) AWSLogs.putDestination
(PutDestinationRequest putDestinationRequest) Creates or updates aDestination
.AWSLogsClient.putDestination
(PutDestinationRequest putDestinationRequest) Creates or updates aDestination
.AbstractAWSLogsAsync.putDestinationAsync
(PutDestinationRequest request) AbstractAWSLogsAsync.putDestinationAsync
(PutDestinationRequest request, AsyncHandler<PutDestinationRequest, PutDestinationResult> asyncHandler) AWSLogsAsync.putDestinationAsync
(PutDestinationRequest putDestinationRequest) Creates or updates aDestination
.AWSLogsAsync.putDestinationAsync
(PutDestinationRequest putDestinationRequest, AsyncHandler<PutDestinationRequest, PutDestinationResult> asyncHandler) Creates or updates aDestination
.AWSLogsAsyncClient.putDestinationAsync
(PutDestinationRequest request) AWSLogsAsyncClient.putDestinationAsync
(PutDestinationRequest request, AsyncHandler<PutDestinationRequest, PutDestinationResult> asyncHandler) Method parameters in com.amazonaws.services.logs with type arguments of type PutDestinationRequestModifier and TypeMethodDescriptionAbstractAWSLogsAsync.putDestinationAsync
(PutDestinationRequest request, AsyncHandler<PutDestinationRequest, PutDestinationResult> asyncHandler) AWSLogsAsync.putDestinationAsync
(PutDestinationRequest putDestinationRequest, AsyncHandler<PutDestinationRequest, PutDestinationResult> asyncHandler) Creates or updates aDestination
.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 PutDestinationRequestModifier and TypeMethodDescriptionPutDestinationRequest.clone()
PutDestinationRequest.withDestinationName
(String destinationName) A name for the destination.PutDestinationRequest.withRoleArn
(String roleArn) The ARN of an IAM role that grants CloudWatch Logs permissions to do Amazon Kinesis PutRecord requests on the desitnation stream.PutDestinationRequest.withTargetArn
(String targetArn) The ARN of an Amazon Kinesis stream to deliver matching log events to.