| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model | |
| software.amazon.awssdk.services.codecatalyst.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccessTokenSummary> |
ListAccessTokensResponse.items()
A list of personal access tokens (PATs) associated with the calling user identity.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessTokensResponse.Builder |
ListAccessTokensResponse.Builder.items(AccessTokenSummary... items)
A list of personal access tokens (PATs) associated with the calling user identity.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessTokensResponse.Builder |
ListAccessTokensResponse.Builder.items(Collection<AccessTokenSummary> items)
A list of personal access tokens (PATs) associated with the calling user identity.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccessTokenSummary> |
ListAccessTokensPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccessTokenSummary> |
ListAccessTokensIterable.items()
Returns an iterable to iterate through the paginated
ListAccessTokensResponse.items() member. |
Copyright © 2023. All rights reserved.