| Modifier and Type | Method and Description |
|---|---|
default ListAccessTokensResponse |
CodeCatalystClient.listAccessTokens(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default CompletableFuture<ListAccessTokensResponse> |
CodeCatalystAsyncClient.listAccessTokens(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListAccessTokensIterable |
CodeCatalystClient.listAccessTokensPaginator(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListAccessTokensPublisher |
CodeCatalystAsyncClient.listAccessTokensPaginator(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
| Constructor and Description |
|---|
ListAccessTokensIterable(CodeCatalystClient client,
ListAccessTokensRequest firstRequest) |
ListAccessTokensPublisher(CodeCatalystAsyncClient client,
ListAccessTokensRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccessTokensRequestMarshaller.marshall(ListAccessTokensRequest listAccessTokensRequest) |
Copyright © 2022. All rights reserved.