Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.RegisterAppInstanceUserEndpointResponse
-
Packages that use RegisterAppInstanceUserEndpointResponse 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 RegisterAppInstanceUserEndpointResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return RegisterAppInstanceUserEndpointResponse Modifier and Type Method Description default RegisterAppInstanceUserEndpointResponseChimeSdkIdentityClient. registerAppInstanceUserEndpoint(Consumer<RegisterAppInstanceUserEndpointRequest.Builder> registerAppInstanceUserEndpointRequest)Registers an endpoint under an Amazon ChimeAppInstanceUser.default RegisterAppInstanceUserEndpointResponseChimeSdkIdentityClient. registerAppInstanceUserEndpoint(RegisterAppInstanceUserEndpointRequest registerAppInstanceUserEndpointRequest)Registers an endpoint under an Amazon ChimeAppInstanceUser.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type RegisterAppInstanceUserEndpointResponse Modifier and Type Method Description default CompletableFuture<RegisterAppInstanceUserEndpointResponse>ChimeSdkIdentityAsyncClient. registerAppInstanceUserEndpoint(Consumer<RegisterAppInstanceUserEndpointRequest.Builder> registerAppInstanceUserEndpointRequest)Registers an endpoint under an Amazon ChimeAppInstanceUser.default CompletableFuture<RegisterAppInstanceUserEndpointResponse>ChimeSdkIdentityAsyncClient. registerAppInstanceUserEndpoint(RegisterAppInstanceUserEndpointRequest registerAppInstanceUserEndpointRequest)Registers an endpoint under an Amazon ChimeAppInstanceUser.
-