Uses of Class
software.amazon.awssdk.services.codecatalyst.paginators.ListAccessTokensIterable
-
Packages that use ListAccessTokensIterable Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of ListAccessTokensIterable in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListAccessTokensIterable Modifier and Type Method Description default ListAccessTokensIterableCodeCatalystClient. listAccessTokensPaginator(Consumer<ListAccessTokensRequest.Builder> listAccessTokensRequest)Lists all personal access tokens (PATs) associated with the user who calls the API.default ListAccessTokensIterableCodeCatalystClient. listAccessTokensPaginator(ListAccessTokensRequest listAccessTokensRequest)Lists all personal access tokens (PATs) associated with the user who calls the API.
-