Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.UpdateAppInstanceUserResponse
-
Packages that use UpdateAppInstanceUserResponse 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 UpdateAppInstanceUserResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return UpdateAppInstanceUserResponse Modifier and Type Method Description default UpdateAppInstanceUserResponseChimeSdkIdentityClient. updateAppInstanceUser(Consumer<UpdateAppInstanceUserRequest.Builder> updateAppInstanceUserRequest)Updates the details of anAppInstanceUser.default UpdateAppInstanceUserResponseChimeSdkIdentityClient. updateAppInstanceUser(UpdateAppInstanceUserRequest updateAppInstanceUserRequest)Updates the details of anAppInstanceUser.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type UpdateAppInstanceUserResponse Modifier and Type Method Description default CompletableFuture<UpdateAppInstanceUserResponse>ChimeSdkIdentityAsyncClient. updateAppInstanceUser(Consumer<UpdateAppInstanceUserRequest.Builder> updateAppInstanceUserRequest)Updates the details of anAppInstanceUser.default CompletableFuture<UpdateAppInstanceUserResponse>ChimeSdkIdentityAsyncClient. updateAppInstanceUser(UpdateAppInstanceUserRequest updateAppInstanceUserRequest)Updates the details of anAppInstanceUser.
-