Uses of Class
software.amazon.awssdk.services.ec2instanceconnect.model.AuthException
-
Packages that use AuthException Package Description software.amazon.awssdk.services.ec2instanceconnect This is the Amazon EC2 Instance Connect API Reference. -
-
Uses of AuthException in software.amazon.awssdk.services.ec2instanceconnect
Methods in software.amazon.awssdk.services.ec2instanceconnect that throw AuthException Modifier and Type Method Description default SendSerialConsoleSshPublicKeyResponseEc2InstanceConnectClient. sendSerialConsoleSSHPublicKey(Consumer<SendSerialConsoleSshPublicKeyRequest.Builder> sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.default SendSerialConsoleSshPublicKeyResponseEc2InstanceConnectClient. sendSerialConsoleSSHPublicKey(SendSerialConsoleSshPublicKeyRequest sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.default SendSshPublicKeyResponseEc2InstanceConnectClient. sendSSHPublicKey(Consumer<SendSshPublicKeyRequest.Builder> sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.default SendSshPublicKeyResponseEc2InstanceConnectClient. sendSSHPublicKey(SendSshPublicKeyRequest sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.
-