Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationRequest.Builder
Packages that use PutDestinationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of PutDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDestinationRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutDestinationResponse>CloudWatchLogsAsyncClient.putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest) Creates or updates a destination.default PutDestinationResponseCloudWatchLogsClient.putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest) Creates or updates a destination. -
Uses of PutDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDestinationRequest.BuilderModifier and TypeMethodDescriptionPutDestinationRequest.builder()PutDestinationRequest.Builder.destinationName(String destinationName) A name for the destination.PutDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon KinesisPutRecordoperation on the destination stream.An optional list of key-value pairs to associate with the resource.The ARN of an Amazon Kinesis stream to which to deliver matching log events.PutDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDestinationRequest.Builder>PutDestinationRequest.serializableBuilderClass()