Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.CreateAppInstanceBotResponse
-
Packages that use CreateAppInstanceBotResponse Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. -
-
Uses of CreateAppInstanceBotResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return CreateAppInstanceBotResponse Modifier and Type Method Description default CreateAppInstanceBotResponseChimeSdkIdentityClient. createAppInstanceBot(Consumer<CreateAppInstanceBotRequest.Builder> createAppInstanceBotRequest)Creates a bot under an Amazon ChimeAppInstance.default CreateAppInstanceBotResponseChimeSdkIdentityClient. createAppInstanceBot(CreateAppInstanceBotRequest createAppInstanceBotRequest)Creates a bot under an Amazon ChimeAppInstance.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type CreateAppInstanceBotResponse Modifier and Type Method Description default CompletableFuture<CreateAppInstanceBotResponse>ChimeSdkIdentityAsyncClient. createAppInstanceBot(Consumer<CreateAppInstanceBotRequest.Builder> createAppInstanceBotRequest)Creates a bot under an Amazon ChimeAppInstance.default CompletableFuture<CreateAppInstanceBotResponse>ChimeSdkIdentityAsyncClient. createAppInstanceBot(CreateAppInstanceBotRequest createAppInstanceBotRequest)Creates a bot under an Amazon ChimeAppInstance.
-