Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.DeregisterAppInstanceUserEndpointResponse
-
Packages that use DeregisterAppInstanceUserEndpointResponse 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 DeregisterAppInstanceUserEndpointResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return DeregisterAppInstanceUserEndpointResponse Modifier and Type Method Description default DeregisterAppInstanceUserEndpointResponseChimeSdkIdentityClient. deregisterAppInstanceUserEndpoint(Consumer<DeregisterAppInstanceUserEndpointRequest.Builder> deregisterAppInstanceUserEndpointRequest)Deregisters anAppInstanceUserEndpoint.default DeregisterAppInstanceUserEndpointResponseChimeSdkIdentityClient. deregisterAppInstanceUserEndpoint(DeregisterAppInstanceUserEndpointRequest deregisterAppInstanceUserEndpointRequest)Deregisters anAppInstanceUserEndpoint.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type DeregisterAppInstanceUserEndpointResponse Modifier and Type Method Description default CompletableFuture<DeregisterAppInstanceUserEndpointResponse>ChimeSdkIdentityAsyncClient. deregisterAppInstanceUserEndpoint(Consumer<DeregisterAppInstanceUserEndpointRequest.Builder> deregisterAppInstanceUserEndpointRequest)Deregisters anAppInstanceUserEndpoint.default CompletableFuture<DeregisterAppInstanceUserEndpointResponse>ChimeSdkIdentityAsyncClient. deregisterAppInstanceUserEndpoint(DeregisterAppInstanceUserEndpointRequest deregisterAppInstanceUserEndpointRequest)Deregisters anAppInstanceUserEndpoint.
-