Uses of Class
software.amazon.awssdk.services.iam.paginators.ListAccessKeysPublisher
-
Packages that use ListAccessKeysPublisher Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListAccessKeysPublisher in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAccessKeysPublisher Modifier and Type Method Description default ListAccessKeysPublisherIamAsyncClient. listAccessKeysPaginator()Returns information about the access key IDs associated with the specified IAM user.default ListAccessKeysPublisherIamAsyncClient. listAccessKeysPaginator(Consumer<ListAccessKeysRequest.Builder> listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user.default ListAccessKeysPublisherIamAsyncClient. listAccessKeysPaginator(ListAccessKeysRequest listAccessKeysRequest)Returns information about the access key IDs associated with the specified IAM user.
-