Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliveryDestinationPolicyRequest.Builder
-
Packages that use PutDeliveryDestinationPolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDeliveryDestinationPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDeliveryDestinationPolicyResponse>CloudWatchLogsAsyncClient. 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.default PutDeliveryDestinationPolicyResponseCloudWatchLogsClient. 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 types with arguments of type PutDeliveryDestinationPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutDeliveryDestinationPolicyRequest.Builder>PutDeliveryDestinationPolicyRequest. serializableBuilderClass()
-