Uses of Class
software.amazon.awssdk.services.ec2instanceconnect.model.Ec2InstanceConnectException
-
Packages that use Ec2InstanceConnectException Package Description software.amazon.awssdk.services.ec2instanceconnect This is the Amazon EC2 Instance Connect API Reference.software.amazon.awssdk.services.ec2instanceconnect.model -
-
Uses of Ec2InstanceConnectException in software.amazon.awssdk.services.ec2instanceconnect
Methods in software.amazon.awssdk.services.ec2instanceconnect that throw Ec2InstanceConnectException 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. -
Uses of Ec2InstanceConnectException in software.amazon.awssdk.services.ec2instanceconnect.model
Subclasses of Ec2InstanceConnectException in software.amazon.awssdk.services.ec2instanceconnect.model Modifier and Type Class Description classAuthExceptionEither your AWS credentials are not valid or you do not have access to the EC2 instance.classEc2InstanceNotFoundExceptionThe specified instance was not found.classEc2InstanceStateInvalidExceptionUnable to connect because the instance is not in a valid state.classEc2InstanceTypeInvalidExceptionThe instance type is not supported for connecting via the serial console.classEc2InstanceUnavailableExceptionThe instance is currently unavailable.classInvalidArgsExceptionOne of the parameters is not valid.classSerialConsoleAccessDisabledExceptionYour account is not authorized to use the EC2 Serial Console.classSerialConsoleSessionLimitExceededExceptionThe instance currently has 1 active serial console session.classSerialConsoleSessionUnavailableExceptionUnable to start a serial console session.classSerialConsoleSessionUnsupportedExceptionYour instance's BIOS version is unsupported for serial console connection.classServiceExceptionThe service encountered an error.classThrottlingExceptionThe requests were made too frequently and have been throttled.Methods in software.amazon.awssdk.services.ec2instanceconnect.model that return Ec2InstanceConnectException Modifier and Type Method Description Ec2InstanceConnectExceptionEc2InstanceConnectException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.ec2instanceconnect.model with parameters of type Ec2InstanceConnectException Constructor Description BuilderImpl(Ec2InstanceConnectException ex)
-