Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.PutSessionResponse
-
Packages that use PutSessionResponse Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations. -
-
Uses of PutSessionResponse in software.amazon.awssdk.services.lexruntimev2
Methods in software.amazon.awssdk.services.lexruntimev2 that return PutSessionResponse Modifier and Type Method Description default PutSessionResponseLexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default PutSessionResponseLexRuntimeV2Client. putSession(PutSessionRequest putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.Methods in software.amazon.awssdk.services.lexruntimev2 that return types with arguments of type PutSessionResponse Modifier and Type Method Description default CompletableFuture<PutSessionResponse>LexRuntimeV2AsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default CompletableFuture<PutSessionResponse>LexRuntimeV2AsyncClient. putSession(PutSessionRequest putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseInputStream<PutSessionResponse>LexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseInputStream<PutSessionResponse>LexRuntimeV2Client. putSession(PutSessionRequest putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseBytes<PutSessionResponse>LexRuntimeV2Client. putSessionAsBytes(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseBytes<PutSessionResponse>LexRuntimeV2Client. putSessionAsBytes(PutSessionRequest putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.Method parameters in software.amazon.awssdk.services.lexruntimev2 with type arguments of type PutSessionResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>LexRuntimeV2AsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default <ReturnT> CompletableFuture<ReturnT>LexRuntimeV2AsyncClient. putSession(PutSessionRequest putSessionRequest, AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default <ReturnT> ReturnTLexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default <ReturnT> ReturnTLexRuntimeV2Client. putSession(PutSessionRequest putSessionRequest, ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
-