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