Skip navigation links
A B C D E G H I S T W 

A

AbstractAWSEC2InstanceConnect - Class in com.amazonaws.services.ec2instanceconnect
Abstract implementation of AWSEC2InstanceConnect.
AbstractAWSEC2InstanceConnect() - Constructor for class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnect
 
AbstractAWSEC2InstanceConnectAsync - Class in com.amazonaws.services.ec2instanceconnect
Abstract implementation of AWSEC2InstanceConnectAsync.
AbstractAWSEC2InstanceConnectAsync() - Constructor for class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnectAsync
 
asyncBuilder() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
 
AuthException - Exception in com.amazonaws.services.ec2instanceconnect.model
Either your AWS credentials are not valid or you do not have access to the EC2 instance.
AuthException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.AuthException
Constructs a new AuthException with the specified error message.
AWSEC2InstanceConnect - Interface in com.amazonaws.services.ec2instanceconnect
Interface for accessing EC2 Instance Connect.
AWSEC2InstanceConnectAsync - Interface in com.amazonaws.services.ec2instanceconnect
Interface for accessing EC2 Instance Connect asynchronously.
AWSEC2InstanceConnectAsyncClient - Class in com.amazonaws.services.ec2instanceconnect
Client for accessing EC2 Instance Connect asynchronously.
AWSEC2InstanceConnectAsyncClientBuilder - Class in com.amazonaws.services.ec2instanceconnect
Fluent builder for AWSEC2InstanceConnectAsync.
AWSEC2InstanceConnectClient - Class in com.amazonaws.services.ec2instanceconnect
Client for accessing EC2 Instance Connect.
AWSEC2InstanceConnectClientBuilder - Class in com.amazonaws.services.ec2instanceconnect
Fluent builder for AWSEC2InstanceConnect.
AWSEC2InstanceConnectException - Exception in com.amazonaws.services.ec2instanceconnect.model
Base exception for all service exceptions thrown by AWS EC2 Instance Connect
AWSEC2InstanceConnectException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.AWSEC2InstanceConnectException
Constructs a new AWSEC2InstanceConnectException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClientBuilder
Construct an asynchronous implementation of AWSEC2InstanceConnectAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClientBuilder
Construct a synchronous implementation of AWSEC2InstanceConnect using the current builder configuration.
builder() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
 

C

clone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
 
clone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
 
clone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
 
clone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
 
com.amazonaws.services.ec2instanceconnect - package com.amazonaws.services.ec2instanceconnect
Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.
com.amazonaws.services.ec2instanceconnect.model - package com.amazonaws.services.ec2instanceconnect.model
 
configFactory - Static variable in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
Client configuration factory providing ClientConfigurations tailored to this client

D

defaultClient() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClientBuilder
 

E

EC2InstanceNotFoundException - Exception in com.amazonaws.services.ec2instanceconnect.model
The specified instance was not found.
EC2InstanceNotFoundException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.EC2InstanceNotFoundException
Constructs a new EC2InstanceNotFoundException with the specified error message.
EC2InstanceStateInvalidException - Exception in com.amazonaws.services.ec2instanceconnect.model
Unable to connect because the instance is not in a valid state.
EC2InstanceStateInvalidException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.EC2InstanceStateInvalidException
Constructs a new EC2InstanceStateInvalidException with the specified error message.
EC2InstanceTypeInvalidException - Exception in com.amazonaws.services.ec2instanceconnect.model
The instance type is not supported for connecting via the serial console.
EC2InstanceTypeInvalidException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.EC2InstanceTypeInvalidException
Constructs a new EC2InstanceTypeInvalidException with the specified error message.
EC2InstanceUnavailableException - Exception in com.amazonaws.services.ec2instanceconnect.model
The instance is currently unavailable.
EC2InstanceUnavailableException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.EC2InstanceUnavailableException
Constructs a new EC2InstanceUnavailableException with the specified error message.
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnect
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
 
equals(Object) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
 

G

getAvailabilityZone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The Availability Zone in which the EC2 instance was launched.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnect
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnect
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getExecutorService() - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
Returns the executor service used by this client to execute async requests.
getInstanceId() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The ID of the EC2 instance.
getInstanceId() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The ID of the EC2 instance.
getInstanceOSUser() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance for whom the key can be used to authenticate.
getRequestId() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
The ID of the request.
getRequestId() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The ID of the request.
getSerialPort() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The serial port of the EC2 instance.
getSSHPublicKey() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The public key material.
getSSHPublicKey() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key material.
getSuccess() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
getSuccess() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.

H

hashCode() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
 
hashCode() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
 

I

InvalidArgsException - Exception in com.amazonaws.services.ec2instanceconnect.model
One of the parameters is not valid.
InvalidArgsException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.InvalidArgsException
Constructs a new InvalidArgsException with the specified error message.
isSuccess() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
isSuccess() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.

S

sendSerialConsoleSSHPublicKey(SendSerialConsoleSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnect
 
sendSerialConsoleSSHPublicKey(SendSerialConsoleSSHPublicKeyRequest) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnect
Pushes an SSH public key to the specified EC2 instance.
sendSerialConsoleSSHPublicKey(SendSerialConsoleSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
Pushes an SSH public key to the specified EC2 instance.
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnectAsync
 
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest, AsyncHandler<SendSerialConsoleSSHPublicKeyRequest, SendSerialConsoleSSHPublicKeyResult>) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnectAsync
 
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsync
Pushes an SSH public key to the specified EC2 instance.
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest, AsyncHandler<SendSerialConsoleSSHPublicKeyRequest, SendSerialConsoleSSHPublicKeyResult>) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsync
Pushes an SSH public key to the specified EC2 instance.
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
 
sendSerialConsoleSSHPublicKeyAsync(SendSerialConsoleSSHPublicKeyRequest, AsyncHandler<SendSerialConsoleSSHPublicKeyRequest, SendSerialConsoleSSHPublicKeyResult>) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
 
SendSerialConsoleSSHPublicKeyRequest - Class in com.amazonaws.services.ec2instanceconnect.model
 
SendSerialConsoleSSHPublicKeyRequest() - Constructor for class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
 
SendSerialConsoleSSHPublicKeyResult - Class in com.amazonaws.services.ec2instanceconnect.model
 
SendSerialConsoleSSHPublicKeyResult() - Constructor for class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
 
sendSSHPublicKey(SendSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnect
 
sendSSHPublicKey(SendSSHPublicKeyRequest) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnect
Pushes an SSH public key to the specified EC2 instance for use by the specified user.
sendSSHPublicKey(SendSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
Pushes an SSH public key to the specified EC2 instance for use by the specified user.
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnectAsync
 
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest, AsyncHandler<SendSSHPublicKeyRequest, SendSSHPublicKeyResult>) - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnectAsync
 
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsync
Pushes an SSH public key to the specified EC2 instance for use by the specified user.
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest, AsyncHandler<SendSSHPublicKeyRequest, SendSSHPublicKeyResult>) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsync
Pushes an SSH public key to the specified EC2 instance for use by the specified user.
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
 
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest, AsyncHandler<SendSSHPublicKeyRequest, SendSSHPublicKeyResult>) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
 
SendSSHPublicKeyRequest - Class in com.amazonaws.services.ec2instanceconnect.model
 
SendSSHPublicKeyRequest() - Constructor for class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
 
SendSSHPublicKeyResult - Class in com.amazonaws.services.ec2instanceconnect.model
 
SendSSHPublicKeyResult() - Constructor for class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
 
SerialConsoleAccessDisabledException - Exception in com.amazonaws.services.ec2instanceconnect.model
Your account is not authorized to use the EC2 Serial Console.
SerialConsoleAccessDisabledException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.SerialConsoleAccessDisabledException
Constructs a new SerialConsoleAccessDisabledException with the specified error message.
SerialConsoleSessionLimitExceededException - Exception in com.amazonaws.services.ec2instanceconnect.model
The instance currently has 1 active serial console session.
SerialConsoleSessionLimitExceededException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.SerialConsoleSessionLimitExceededException
Constructs a new SerialConsoleSessionLimitExceededException with the specified error message.
SerialConsoleSessionUnavailableException - Exception in com.amazonaws.services.ec2instanceconnect.model
Unable to start a serial console session.
SerialConsoleSessionUnavailableException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.SerialConsoleSessionUnavailableException
Constructs a new SerialConsoleSessionUnavailableException with the specified error message.
ServiceException - Exception in com.amazonaws.services.ec2instanceconnect.model
The service encountered an error.
ServiceException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.ServiceException
Constructs a new ServiceException with the specified error message.
setAvailabilityZone(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The Availability Zone in which the EC2 instance was launched.
setInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The ID of the EC2 instance.
setInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The ID of the EC2 instance.
setInstanceOSUser(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance for whom the key can be used to authenticate.
setRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
The ID of the request.
setRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The ID of the request.
setSerialPort(Integer) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The serial port of the EC2 instance.
setSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The public key material.
setSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key material.
setSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
setSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
shutdown() - Method in class com.amazonaws.services.ec2instanceconnect.AbstractAWSEC2InstanceConnect
 
shutdown() - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnect
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
 
standard() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClientBuilder
 

T

ThrottlingException - Exception in com.amazonaws.services.ec2instanceconnect.model
The requests were made too frequently and have been throttled.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
toString() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Returns a string representation of this object.

W

withAvailabilityZone(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The Availability Zone in which the EC2 instance was launched.
withInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The ID of the EC2 instance.
withInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The ID of the EC2 instance.
withInstanceOSUser(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance for whom the key can be used to authenticate.
withRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
The ID of the request.
withRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The ID of the request.
withSerialPort(Integer) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The serial port of the EC2 instance.
withSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyRequest
The public key material.
withSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key material.
withSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSerialConsoleSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
withSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Is true if the request succeeds and an error otherwise.
A B C D E G H I S T W 
Skip navigation links

Copyright © 2023. All rights reserved.