Uses of Class
software.amazon.awssdk.services.lexruntime.model.PutSessionResponse
-
Packages that use PutSessionResponse Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of PutSessionResponse in software.amazon.awssdk.services.lexruntime
Methods in software.amazon.awssdk.services.lexruntime that return PutSessionResponse Modifier and Type Method Description default PutSessionResponseLexRuntimeClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex bot.default PutSessionResponseLexRuntimeClient. putSession(PutSessionRequest putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex bot.Methods in software.amazon.awssdk.services.lexruntime that return types with arguments of type PutSessionResponse Modifier and Type Method Description default CompletableFuture<PutSessionResponse>LexRuntimeAsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex bot.default CompletableFuture<PutSessionResponse>LexRuntimeAsyncClient. putSession(PutSessionRequest putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex bot.default ResponseInputStream<PutSessionResponse>LexRuntimeClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex bot.default ResponseInputStream<PutSessionResponse>LexRuntimeClient. putSession(PutSessionRequest putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex bot.default ResponseBytes<PutSessionResponse>LexRuntimeClient. putSessionAsBytes(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex bot.default ResponseBytes<PutSessionResponse>LexRuntimeClient. putSessionAsBytes(PutSessionRequest putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex bot.Method parameters in software.amazon.awssdk.services.lexruntime with type arguments of type PutSessionResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>LexRuntimeAsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)Creates a new session or modifies an existing session with an Amazon Lex bot.default <ReturnT> CompletableFuture<ReturnT>LexRuntimeAsyncClient. putSession(PutSessionRequest putSessionRequest, AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)Creates a new session or modifies an existing session with an Amazon Lex bot.default <ReturnT> ReturnTLexRuntimeClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)Creates a new session or modifies an existing session with an Amazon Lex bot.default <ReturnT> ReturnTLexRuntimeClient. putSession(PutSessionRequest putSessionRequest, ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)Creates a new session or modifies an existing session with an Amazon Lex bot.
-