Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationResponse.Builder
-
Packages that use PutDestinationResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutDestinationResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDestinationResponse.Builder Modifier and Type Method Description static PutDestinationResponse.BuilderPutDestinationResponse. builder()default PutDestinationResponse.BuilderPutDestinationResponse.Builder. destination(Consumer<Destination.Builder> destination)The destination.PutDestinationResponse.BuilderPutDestinationResponse.Builder. destination(Destination destination)The destination.PutDestinationResponse.BuilderPutDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDestinationResponse.Builder Modifier and Type Method Description static Class<? extends PutDestinationResponse.Builder>PutDestinationResponse. serializableBuilderClass()
-