Uses of Class
software.amazon.awssdk.services.codecatalyst.model.AccessTokenSummary
-
Packages that use AccessTokenSummary Package Description software.amazon.awssdk.services.codecatalyst.model software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of AccessTokenSummary in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type AccessTokenSummary Modifier and Type Method Description List<AccessTokenSummary>ListAccessTokensResponse. items()A list of personal access tokens (PATs) associated with the calling user identity.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type AccessTokenSummary Modifier and Type Method Description ListAccessTokensResponse.BuilderListAccessTokensResponse.Builder. items(AccessTokenSummary... items)A list of personal access tokens (PATs) associated with the calling user identity.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type AccessTokenSummary Modifier and Type Method Description ListAccessTokensResponse.BuilderListAccessTokensResponse.Builder. items(Collection<AccessTokenSummary> items)A list of personal access tokens (PATs) associated with the calling user identity. -
Uses of AccessTokenSummary in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type AccessTokenSummary Modifier and Type Method Description SdkIterable<AccessTokenSummary>ListAccessTokensIterable. items()Returns an iterable to iterate through the paginatedListAccessTokensResponse.items()member.SdkPublisher<AccessTokenSummary>ListAccessTokensPublisher. items()Returns a publisher that can be used to get a stream of data.
-