Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliveryDestinationResponse.Builder
-
Packages that use PutDeliveryDestinationResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutDeliveryDestinationResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDeliveryDestinationResponse.Builder Modifier and Type Method Description static PutDeliveryDestinationResponse.BuilderPutDeliveryDestinationResponse. builder()default PutDeliveryDestinationResponse.BuilderPutDeliveryDestinationResponse.Builder. deliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination)A structure containing information about the delivery destination that you just created or updated.PutDeliveryDestinationResponse.BuilderPutDeliveryDestinationResponse.Builder. deliveryDestination(DeliveryDestination deliveryDestination)A structure containing information about the delivery destination that you just created or updated.PutDeliveryDestinationResponse.BuilderPutDeliveryDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDeliveryDestinationResponse.Builder Modifier and Type Method Description static Class<? extends PutDeliveryDestinationResponse.Builder>PutDeliveryDestinationResponse. serializableBuilderClass()
-