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.Builder
GetDeliveryDestinationResponse. builder()
default GetDeliveryDestinationResponse.Builder
GetDeliveryDestinationResponse.Builder. deliveryDestination(Consumer<DeliveryDestination.Builder> deliveryDestination)
A structure containing information about the delivery destination.GetDeliveryDestinationResponse.Builder
GetDeliveryDestinationResponse.Builder. deliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination.GetDeliveryDestinationResponse.Builder
GetDeliveryDestinationResponse. 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()
-