| 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.paginators | |
| software.amazon.awssdk.services.chimesdkidentity.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAppInstanceUserEndpointsResponse |
ChimeSdkIdentityClient.listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default CompletableFuture<ListAppInstanceUserEndpointsResponse> |
ChimeSdkIdentityAsyncClient.listAppInstanceUserEndpoints(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default ListAppInstanceUserEndpointsIterable |
ChimeSdkIdentityClient.listAppInstanceUserEndpointsPaginator(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default ListAppInstanceUserEndpointsPublisher |
ChimeSdkIdentityAsyncClient.listAppInstanceUserEndpointsPaginator(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
| Constructor and Description |
|---|
ListAppInstanceUserEndpointsIterable(ChimeSdkIdentityClient client,
ListAppInstanceUserEndpointsRequest firstRequest) |
ListAppInstanceUserEndpointsPublisher(ChimeSdkIdentityAsyncClient client,
ListAppInstanceUserEndpointsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAppInstanceUserEndpointsRequestMarshaller.marshall(ListAppInstanceUserEndpointsRequest listAppInstanceUserEndpointsRequest) |
Copyright © 2022. All rights reserved.