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