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