Uses of Class
software.amazon.awssdk.services.iam.paginators.ListSSHPublicKeysPublisher
-
Packages that use ListSSHPublicKeysPublisher Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListSSHPublicKeysPublisher in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListSSHPublicKeysPublisher Modifier and Type Method Description default ListSSHPublicKeysPublisherIamAsyncClient. listSSHPublicKeysPaginator()Returns information about the SSH public keys associated with the specified IAM user.default ListSSHPublicKeysPublisherIamAsyncClient. listSSHPublicKeysPaginator(Consumer<ListSshPublicKeysRequest.Builder> listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user.default ListSSHPublicKeysPublisherIamAsyncClient. listSSHPublicKeysPaginator(ListSshPublicKeysRequest listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user.
-