| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAppInstanceUserEndpointsResponse |
ChimeSdkIdentityClient.listAppInstanceUserEndpoints(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default CompletableFuture<ListAppInstanceUserEndpointsResponse> |
ChimeSdkIdentityAsyncClient.listAppInstanceUserEndpoints(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default ListAppInstanceUserEndpointsIterable |
ChimeSdkIdentityClient.listAppInstanceUserEndpointsPaginator(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
default ListAppInstanceUserEndpointsPublisher |
ChimeSdkIdentityAsyncClient.listAppInstanceUserEndpointsPaginator(Consumer<ListAppInstanceUserEndpointsRequest.Builder> listAppInstanceUserEndpointsRequest)
Lists all the
AppInstanceUserEndpoints created under a single AppInstanceUser. |
| Modifier and Type | Method and Description |
|---|---|
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.Builder.appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
static ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.builder() |
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.Builder.maxResults(Integer maxResults)
The maximum number of endpoints that you want to return.
|
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.Builder.nextToken(String nextToken)
The token passed by previous API calls until all requested endpoints are returned.
|
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppInstanceUserEndpointsRequest.Builder |
ListAppInstanceUserEndpointsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAppInstanceUserEndpointsRequest.Builder> |
ListAppInstanceUserEndpointsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.