Uses of Class
software.amazon.awssdk.services.iam.model.DeleteSshPublicKeyResponse
-
Packages that use DeleteSshPublicKeyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteSshPublicKeyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteSshPublicKeyResponse Modifier and Type Method Description default DeleteSshPublicKeyResponseIamClient. deleteSSHPublicKey(Consumer<DeleteSshPublicKeyRequest.Builder> deleteSshPublicKeyRequest)Deletes the specified SSH public key.default DeleteSshPublicKeyResponseIamClient. deleteSSHPublicKey(DeleteSshPublicKeyRequest deleteSshPublicKeyRequest)Deletes the specified SSH public key.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteSshPublicKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteSshPublicKeyResponse>IamAsyncClient. deleteSSHPublicKey(Consumer<DeleteSshPublicKeyRequest.Builder> deleteSshPublicKeyRequest)Deletes the specified SSH public key.default CompletableFuture<DeleteSshPublicKeyResponse>IamAsyncClient. deleteSSHPublicKey(DeleteSshPublicKeyRequest deleteSshPublicKeyRequest)Deletes the specified SSH public key.
-