Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationPolicyRequest.Builder
Packages that use PutDestinationPolicyRequest.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 PutDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination.default PutDestinationPolicyResponseCloudWatchLogsClient.putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination. -
Uses of PutDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionPutDestinationPolicyRequest.Builder.accessPolicy(String accessPolicy) An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.PutDestinationPolicyRequest.builder()PutDestinationPolicyRequest.Builder.destinationName(String destinationName) A name for an existing destination.PutDestinationPolicyRequest.Builder.forceUpdate(Boolean forceUpdate) Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts.PutDestinationPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDestinationPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDestinationPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDestinationPolicyRequest.Builder>PutDestinationPolicyRequest.serializableBuilderClass()