Uses of Class
software.amazon.awssdk.crt.iot.RequestResponseOperation.RequestResponseOperationBuilder
Packages that use RequestResponseOperation.RequestResponseOperationBuilder
-
Uses of RequestResponseOperation.RequestResponseOperationBuilder in software.amazon.awssdk.crt.iot
Methods in software.amazon.awssdk.crt.iot that return RequestResponseOperation.RequestResponseOperationBuilderModifier and TypeMethodDescriptionRequestResponseOperation.builder()Creates a new builder for RequestResponseOperations objectsRequestResponseOperation.RequestResponseOperationBuilder.withCorrelationToken(String correlationToken) Sets the correlation token embedded in the request that must be found in a response message.RequestResponseOperation.RequestResponseOperationBuilder.withPayload(byte[] payload) Sets the payload to publish to 'publishTopic' in order to initiate the request.RequestResponseOperation.RequestResponseOperationBuilder.withPublishTopic(String publishTopic) Sets the topic to publish the request to once response subscriptions have been established.RequestResponseOperation.RequestResponseOperationBuilder.withResponsePath(ResponsePath path) Adds a response path to the set of all possible response paths associated with this request.RequestResponseOperation.RequestResponseOperationBuilder.withSubscription(String topicFilter) Adds a topic filter to the set of topic filters that should be subscribed to in order to cover all possible response paths.