Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.CreateAppInstanceResponse
-
Packages that use CreateAppInstanceResponse 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 CreateAppInstanceResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return CreateAppInstanceResponse Modifier and Type Method Description default CreateAppInstanceResponseChimeSdkIdentityClient. createAppInstance(Consumer<CreateAppInstanceRequest.Builder> createAppInstanceRequest)Creates an Amazon Chime SDK messagingAppInstanceunder an AWS account.default CreateAppInstanceResponseChimeSdkIdentityClient. createAppInstance(CreateAppInstanceRequest createAppInstanceRequest)Creates an Amazon Chime SDK messagingAppInstanceunder an AWS account.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type CreateAppInstanceResponse Modifier and Type Method Description default CompletableFuture<CreateAppInstanceResponse>ChimeSdkIdentityAsyncClient. createAppInstance(Consumer<CreateAppInstanceRequest.Builder> createAppInstanceRequest)Creates an Amazon Chime SDK messagingAppInstanceunder an AWS account.default CompletableFuture<CreateAppInstanceResponse>ChimeSdkIdentityAsyncClient. createAppInstance(CreateAppInstanceRequest createAppInstanceRequest)Creates an Amazon Chime SDK messagingAppInstanceunder an AWS account.
-