Uses of Class
software.amazon.awssdk.services.firehose.model.UpdateDestinationResponse
-
Packages that use UpdateDestinationResponse Package Description software.amazon.awssdk.services.firehose Amazon Kinesis Data Firehose API Reference -
-
Uses of UpdateDestinationResponse in software.amazon.awssdk.services.firehose
Methods in software.amazon.awssdk.services.firehose that return UpdateDestinationResponse Modifier and Type Method Description default UpdateDestinationResponseFirehoseClient. updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)Updates the specified destination of the specified delivery stream.default UpdateDestinationResponseFirehoseClient. updateDestination(UpdateDestinationRequest updateDestinationRequest)Updates the specified destination of the specified delivery stream.Methods in software.amazon.awssdk.services.firehose that return types with arguments of type UpdateDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateDestinationResponse>FirehoseAsyncClient. updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)Updates the specified destination of the specified delivery stream.default CompletableFuture<UpdateDestinationResponse>FirehoseAsyncClient. updateDestination(UpdateDestinationRequest updateDestinationRequest)Updates the specified destination of the specified delivery stream.
-