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