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