Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliveryDestinationPolicyRequest.Builder
Packages that use PutDeliveryDestinationPolicyRequest.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 PutDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDeliveryDestinationPolicy(Consumer<PutDeliveryDestinationPolicyRequest.Builder> putDeliveryDestinationPolicyRequest) Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.CloudWatchLogsClient.putDeliveryDestinationPolicy(Consumer<PutDeliveryDestinationPolicyRequest.Builder> putDeliveryDestinationPolicyRequest) Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. -
Uses of PutDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionPutDeliveryDestinationPolicyRequest.builder()PutDeliveryDestinationPolicyRequest.Builder.deliveryDestinationName(String deliveryDestinationName) The name of the delivery destination to assign this policy to.PutDeliveryDestinationPolicyRequest.Builder.deliveryDestinationPolicy(String deliveryDestinationPolicy) The contents of the policy.PutDeliveryDestinationPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDeliveryDestinationPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDeliveryDestinationPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDeliveryDestinationPolicyRequest.Builder>PutDeliveryDestinationPolicyRequest.serializableBuilderClass()