Uses of Class
software.amazon.awssdk.services.iam.model.ListSshPublicKeysResponse
-
Packages that use ListSshPublicKeysResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListSshPublicKeysResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListSshPublicKeysResponse Modifier and Type Method Description default ListSshPublicKeysResponseIamClient. listSSHPublicKeys()Returns information about the SSH public keys associated with the specified IAM user.default ListSshPublicKeysResponseIamClient. listSSHPublicKeys(Consumer<ListSshPublicKeysRequest.Builder> listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user.default ListSshPublicKeysResponseIamClient. listSSHPublicKeys(ListSshPublicKeysRequest listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListSshPublicKeysResponse Modifier and Type Method Description default CompletableFuture<ListSshPublicKeysResponse>IamAsyncClient. listSSHPublicKeys()Returns information about the SSH public keys associated with the specified IAM user.default CompletableFuture<ListSshPublicKeysResponse>IamAsyncClient. listSSHPublicKeys(Consumer<ListSshPublicKeysRequest.Builder> listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user.default CompletableFuture<ListSshPublicKeysResponse>IamAsyncClient. listSSHPublicKeys(ListSshPublicKeysRequest listSshPublicKeysRequest)Returns information about the SSH public keys associated with the specified IAM user. -
Uses of ListSshPublicKeysResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListSshPublicKeysResponse Modifier and Type Method Description Iterator<ListSshPublicKeysResponse>ListSSHPublicKeysIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListSshPublicKeysResponse Modifier and Type Method Description voidListSSHPublicKeysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSshPublicKeysResponse> subscriber)
-