Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Policy.Builder
Packages that use Policy.Builder
-
Uses of Policy.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Policy.BuilderModifier and TypeMethodDescriptionstatic Policy.BuilderPolicy.builder()Policy.Builder.deliveryDestinationPolicy(String deliveryDestinationPolicy) The contents of the delivery destination policy.Policy.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Policy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Policy.Builder>Policy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Policy.BuilderModifier and TypeMethodDescriptionGetDeliveryDestinationPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy) The IAM policy for this delivery destination.PutDeliveryDestinationPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy) The contents of the policy that you just created.