| Interface | Description | 
|---|---|
| ResourcesEndpointProvider | 
 
 Abstract class to return an endpoint URI from which the resources can be loaded. 
 | 
| ResourcesEndpointRetryPolicy | 
 Custom retry policy that retrieve information from a local endpoint in EC2 host. 
 | 
| Class | Description | 
|---|---|
| ConnectionUtils | |
| EC2MetadataUtils | 
 Utility class for retrieving Amazon EC2 instance metadata. 
You can use the data to build more generic AMIs that can be modified by configuration files supplied at launch time.  | 
| EC2MetadataUtils.IamInfo | 
 Information about the last time the instance profile was updated,
 including the instance's LastUpdated date, InstanceProfileArn, and
 InstanceProfileId. 
 | 
| EC2MetadataUtils.IamSecurityCredential | 
 The temporary security credentials (AccessKeyId, SecretAccessKey,
 SessionToken, and Expiration) associated with the IAM role. 
 | 
| EC2MetadataUtils.InstanceInfo | 
 This POJO is a best attempt to capture the instance info which is only
 guaranteed to be a JSON document per
 http://docs.aws.amazon.com/AWSEC2/latest
 /UserGuide/ec2-instance-metadata.html
 Instance info includes dynamic information about the current instance
 such as region, instanceId, private IP address, etc. 
 | 
| EC2MetadataUtils.NetworkInterface | 
 All of the metada associated with a network interface on the instance. 
 | 
| HttpResourcesUtils | |
| ResourcesEndpointRetryParameters | 
 Parameters that are used in  
ResourcesEndpointRetryPolicy. | 
| ResourcesEndpointRetryParameters.Builder | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.