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
Indicates that either your AWS credentials are invalid 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.SendSSHPublicKeyRequest
 
clone() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
 
com.amazonaws.services.ec2instanceconnect - package com.amazonaws.services.ec2instanceconnect
AWS EC2 Connect Service is a service that enables system administrators to publish temporary SSH keys to their EC2 instances in order to establish connections to their instances without leaving a permanent authentication option.
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
Indicates that the instance requested was not found in the given zone.
EC2InstanceNotFoundException(String) - Constructor for exception com.amazonaws.services.ec2instanceconnect.model.EC2InstanceNotFoundException
Constructs a new EC2InstanceNotFoundException 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.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 the EC2 instance was launched in.
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.SendSSHPublicKeyRequest
The EC2 instance you wish to publish the SSH key to.
getInstanceOSUser() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance whom the key may be used to authenticate as.
getRequestId() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The request ID as logged by EC2 Connect.
getSSHPublicKey() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key to be published to the instance.
getSuccess() - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Indicates request success.

H

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
Indicates that you provided bad input.
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.SendSSHPublicKeyResult
Indicates request success.

S

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 a particular OS user on a given EC2 instance for 60 seconds.
sendSSHPublicKey(SendSSHPublicKeyRequest) - Method in class com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectClient
Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.
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 a particular OS user on a given EC2 instance for 60 seconds.
sendSSHPublicKeyAsync(SendSSHPublicKeyRequest, AsyncHandler<SendSSHPublicKeyRequest, SendSSHPublicKeyResult>) - Method in interface com.amazonaws.services.ec2instanceconnect.AWSEC2InstanceConnectAsync
Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.
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
 
ServiceException - Exception in com.amazonaws.services.ec2instanceconnect.model
Indicates that 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 the EC2 instance was launched in.
setInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The EC2 instance you wish to publish the SSH key to.
setInstanceOSUser(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance whom the key may be used to authenticate as.
setRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The request ID as logged by EC2 Connect.
setSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key to be published to the instance.
setSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Indicates request success.
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.
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
Indicates you have been making requests 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.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 the EC2 instance was launched in.
withInstanceId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The EC2 instance you wish to publish the SSH key to.
withInstanceOSUser(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The OS user on the EC2 instance whom the key may be used to authenticate as.
withRequestId(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
The request ID as logged by EC2 Connect.
withSSHPublicKey(String) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyRequest
The public key to be published to the instance.
withSuccess(Boolean) - Method in class com.amazonaws.services.ec2instanceconnect.model.SendSSHPublicKeyResult
Indicates request success.
A B C D E G H I S T W 
Skip navigation links

Copyright © 2020. All rights reserved.