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