Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of Policy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Policy Modifier and Type Method Description PolicyGetDeliveryDestinationPolicyResponse. policy()The IAM policy for this delivery destination.PolicyPutDeliveryDestinationPolicyResponse. policy()The contents of the policy that you just created.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Policy Modifier and Type Method Description GetDeliveryDestinationPolicyResponse.BuilderGetDeliveryDestinationPolicyResponse.Builder. policy(Policy policy)The IAM policy for this delivery destination.PutDeliveryDestinationPolicyResponse.BuilderPutDeliveryDestinationPolicyResponse.Builder. policy(Policy policy)The contents of the policy that you just created.
-