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.Builder
PutDeliveryDestinationPolicyResponse. builder()
default PutDeliveryDestinationPolicyResponse.Builder
PutDeliveryDestinationPolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)
The contents of the policy that you just created.PutDeliveryDestinationPolicyResponse.Builder
PutDeliveryDestinationPolicyResponse.Builder. policy(Policy policy)
The contents of the policy that you just created.PutDeliveryDestinationPolicyResponse.Builder
PutDeliveryDestinationPolicyResponse. 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()
-