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