A B C D E F G H I K L M N O P R S T U V W Z

A

addBlockDeviceFromSnapshot(String, String, String) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
adds a block device to the image from an ebs snapshot.
addBlockDeviceFromSnapshot(String, String, String) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
addClientModule(List<Module>) - Method in class org.jclouds.ec2.EC2ContextBuilder
 
addContextModule(List<Module>) - Method in class org.jclouds.ec2.EC2ContextBuilder
 
addCreateVolumePermissionsToSnapshotInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
addCreateVolumePermissionsToSnapshotInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Adds createVolumePermissions to an EBS snapshot.
addCredentialsForInstance(NodeMetadataBuilder, RunningInstance) - Method in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
addEphemeralBlockDeviceFromSnapshot(String, String, String) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
adds a block device to the image from an ebs snapshot.
addEphemeralBlockDeviceFromSnapshot(String, String, String) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
addImageResolutionModule() - Method in class org.jclouds.ec2.EC2ContextBuilder
 
addLaunchPermissionsToImageInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
addLaunchPermissionsToImageInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.AMIClient
Adds launchPermissions to an AMI.
addNewBlockDevice(String, String, int) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
adds a new block device to the image.
addNewBlockDevice(String, String, int) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
addNewEphemeralBlockDevice(String, String, int) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
adds a new block device to the image.
addNewEphemeralBlockDevice(String, String, int) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
addSecurityGroups(String, String, Template, RunInstancesOptions) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
allocateAddressInRegion(String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressAsyncClient
 
allocateAddressInRegion(String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressClient
Acquires an elastic IP address for use with your identity.
AllocateAddressResponseHandler - Class in org.jclouds.ec2.xml
 
AllocateAddressResponseHandler() - Constructor for class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
AMIAsyncClient - Interface in org.jclouds.ec2.services
Provides access to AMI Services.
AMIClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
amiLaunchIndex - Variable in class org.jclouds.ec2.domain.RunningInstance
 
amiLaunchIndex - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
amiLaunchIndex(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
andCode(int) - Method in class org.jclouds.ec2.util.IpPermissions.AndCodeSelection
 
apply(Image) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.IsWindows
 
apply(Image) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresRootDeviceType
 
apply(Image) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresVirtualizationType
 
apply(RegionNameAndIngressRules) - Method in class org.jclouds.ec2.compute.functions.CreateSecurityGroupIfNeeded
 
apply(RegionAndName) - Method in class org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
 
apply(RunningInstance) - Method in class org.jclouds.ec2.compute.functions.CredentialsForInstance
 
apply(Image) - Method in class org.jclouds.ec2.compute.functions.EC2ImageParser
 
apply(RegionAndName) - Method in class org.jclouds.ec2.compute.functions.RegionAndIdToImage
 
apply(RunningInstance) - Method in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
apply(RegionAndName) - Method in class org.jclouds.ec2.compute.predicates.InstancePresent
 
apply(Iterable<Map.Entry<String, DescribeImagesOptions>>) - Method in class org.jclouds.ec2.compute.strategy.DescribeImagesParallel
 
apply(Object) - Method in class org.jclouds.ec2.functions.ConvertUnencodedBytesToBase64EncodedString
 
apply(Exception) - Method in class org.jclouds.ec2.functions.ReturnVoidOnVolumeAvailable
 
apply(RunningInstance) - Method in class org.jclouds.ec2.predicates.InstanceHasIpAddress
 
apply(RunningInstance) - Method in class org.jclouds.ec2.predicates.InstanceStateRunning
 
apply(RunningInstance) - Method in class org.jclouds.ec2.predicates.InstanceStateStopped
 
apply(RunningInstance) - Method in class org.jclouds.ec2.predicates.InstanceStateTerminated
 
apply(Snapshot) - Method in class org.jclouds.ec2.predicates.SnapshotCompleted
 
apply(Attachment) - Method in class org.jclouds.ec2.predicates.VolumeAttached
 
apply(Volume) - Method in class org.jclouds.ec2.predicates.VolumeAvailable
 
asArchitecture(Image.Architecture) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
The architecture of the image.
asArchitecture(Image.Architecture) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
asArchitecture(Image.Architecture) - Method in class org.jclouds.ec2.options.RegisterImageOptions
The architecture of the image.
asArchitecture(Image.Architecture) - Static method in class org.jclouds.ec2.options.RegisterImageOptions.Builder
 
associateAddressInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressAsyncClient
 
associateAddressInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressClient
Associates an elastic IP address with an instance.
asType(String) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Specifies the instance type.
asType(String) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
async - Variable in class org.jclouds.ec2.compute.strategy.DescribeImagesParallel
 
Attachment - Class in org.jclouds.ec2.domain
 
Attachment(String, String, String, String, Attachment.Status, Date) - Constructor for class org.jclouds.ec2.domain.Attachment
 
Attachment.Status - Enum in org.jclouds.ec2.domain
 
AttachmentHandler - Class in org.jclouds.ec2.xml
 
attachVolumeInRegion(String, String, String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
attachVolumeInRegion(String, String, String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.
authorizePublicKey(String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
authorizePublicKey(Payload) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Deprecated. 
authorizePublicKey(String) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
authorizeSecurityGroupIngressInRegion(String, String, UserIdGroupPair) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
authorizeSecurityGroupIngressInRegion(String, String, IpProtocol, int, int, String) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
authorizeSecurityGroupIngressInRegion(String, String, UserIdGroupPair) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Adds permissions to a security group based on another group.
authorizeSecurityGroupIngressInRegion(String, String, IpProtocol, int, int, String) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Adds permissions to a security group.
availabilityZone - Variable in class org.jclouds.ec2.domain.RunningInstance
 
availabilityZone - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
availabilityZone(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
AvailabilityZoneAndRegionAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Availability Zones and Regions via their REST API.
AvailabilityZoneAndRegionClient - Interface in org.jclouds.ec2.services
Provides EC2 Availability Zones and Regions services for EC2.
AvailabilityZoneInfo - Class in org.jclouds.ec2.domain
 
AvailabilityZoneInfo(String, String, String, Iterable<String>) - Constructor for class org.jclouds.ec2.domain.AvailabilityZoneInfo
 
availabilityZones(String...) - Static method in class org.jclouds.ec2.options.DescribeAvailabilityZonesOptions.Builder
 
availabilityZoneToRegion - Variable in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 

B

BaseEC2RequestOptions - Class in org.jclouds.ec2.options.internal
 
BaseEC2RequestOptions() - Constructor for class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
 
BaseReservationHandler<T> - Class in org.jclouds.ec2.xml
 
BaseReservationHandler(DateService, String, Provider<RunningInstance.Builder>) - Constructor for class org.jclouds.ec2.xml.BaseReservationHandler
 
bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName>) - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
not needed, as EC2CreateNodesInGroupThenAddToSet is used and is already set-based.
BindBlockDeviceMappingToIndexedFormParams - Class in org.jclouds.ec2.binders
 
BindBlockDeviceMappingToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindBlockDeviceMappingToIndexedFormParams
 
BindBundleIdsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to form parameters named with BundleId.index
BindBundleIdsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindBundleIdsToIndexedFormParams
 
BindGroupIdsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to query parameters named with GroupId.index
BindGroupIdsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindGroupIdsToIndexedFormParams
 
BindGroupNamesToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to query parameters named with GroupName.index
BindGroupNamesToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindGroupNamesToIndexedFormParams
 
BindInstanceIdsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to form parameters named with InstanceId.index
BindInstanceIdsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindInstanceIdsToIndexedFormParams
 
BindIpPermissionsToIndexedFormParams - Class in org.jclouds.ec2.binders
 
BindIpPermissionsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindIpPermissionsToIndexedFormParams
 
BindIpPermissionToIndexedFormParams - Class in org.jclouds.ec2.binders
 
BindIpPermissionToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindIpPermissionToIndexedFormParams
 
BindKeyNamesToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to query parameters named with KeyName.index
BindKeyNamesToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindKeyNamesToIndexedFormParams
 
BindProductCodesToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the Iterable to form parameters named with ProductCode.index
BindProductCodesToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindProductCodesToIndexedFormParams
 
BindPublicIpsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to form parameters named with InstanceId.index
BindPublicIpsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindPublicIpsToIndexedFormParams
 
bindRegionsToProvider() - Method in class org.jclouds.ec2.config.EC2RestClientModule
 
BindS3UploadPolicyAndSignature - Class in org.jclouds.ec2.binders
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindBlockDeviceMappingToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindBundleIdsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindGroupIdsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindGroupNamesToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindInstanceIdsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindIpPermissionsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindIpPermissionToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindKeyNamesToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindProductCodesToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindPublicIpsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindS3UploadPolicyAndSignature
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindUserGroupsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindUserIdGroupPairToSourceSecurityGroupFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindUserIdsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.BindVolumeIdsToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.ec2.binders.IfNotNullBindAvailabilityZoneToFormParam
 
BindUserGroupsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the Iterable to query parameters named with UserGroup.index
BindUserGroupsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindUserGroupsToIndexedFormParams
 
BindUserIdGroupPairToSourceSecurityGroupFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to query parameters named with GroupName.index
BindUserIdGroupPairToSourceSecurityGroupFormParams() - Constructor for class org.jclouds.ec2.binders.BindUserIdGroupPairToSourceSecurityGroupFormParams
 
BindUserIdsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the Iterable to form parameters named with UserId.index
BindUserIdsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindUserIdsToIndexedFormParams
 
BindVolumeIdsToIndexedFormParams - Class in org.jclouds.ec2.binders
Binds the String [] to form parameters named with VolumeId.index
BindVolumeIdsToIndexedFormParams() - Constructor for class org.jclouds.ec2.binders.BindVolumeIdsToIndexedFormParams
 
bindZonesToProvider() - Method in class org.jclouds.ec2.config.EC2RestClientModule
 
BlockDevice - Class in org.jclouds.ec2.domain
 
BlockDevice(String, Attachment.Status, Date, boolean) - Constructor for class org.jclouds.ec2.domain.BlockDevice
 
BlockDevice(String, boolean) - Constructor for class org.jclouds.ec2.domain.BlockDevice
 
BlockDeviceMapping - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.Builder - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.Builder() - Constructor for class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
BlockDeviceMapping.MapEBSSnapshotToDevice - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.MapEBSSnapshotToDevice(String, String, Integer, Boolean) - Constructor for class org.jclouds.ec2.domain.BlockDeviceMapping.MapEBSSnapshotToDevice
 
BlockDeviceMapping.MapEphemeralDeviceToDevice - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.MapEphemeralDeviceToDevice(String, String) - Constructor for class org.jclouds.ec2.domain.BlockDeviceMapping.MapEphemeralDeviceToDevice
 
BlockDeviceMapping.MapNewVolumeToDevice - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.MapNewVolumeToDevice(String, Integer, Boolean) - Constructor for class org.jclouds.ec2.domain.BlockDeviceMapping.MapNewVolumeToDevice
 
BlockDeviceMapping.UnmapDeviceNamed - Class in org.jclouds.ec2.domain
 
BlockDeviceMapping.UnmapDeviceNamed(String) - Constructor for class org.jclouds.ec2.domain.BlockDeviceMapping.UnmapDeviceNamed
 
BlockDeviceMappingHandler - Class in org.jclouds.ec2.xml
 
BlockDeviceMappingHandler(DateService) - Constructor for class org.jclouds.ec2.xml.BlockDeviceMappingHandler
 
blockDeviceMappings(Iterable<? extends BlockDeviceMapping>) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
blockDeviceMappings(Set<? extends BlockDeviceMapping>) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
blockOnPort(int, int) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
blockOnPort(int, int) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
blockUntilRunning(boolean) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
BooleanValueHandler - Class in org.jclouds.ec2.xml
 
BooleanValueHandler() - Constructor for class org.jclouds.ec2.xml.BooleanValueHandler
 
bucketOwnedBy(String) - Method in class org.jclouds.ec2.options.BundleInstanceS3StorageOptions
 
bucketOwnedBy(String) - Static method in class org.jclouds.ec2.options.BundleInstanceS3StorageOptions.Builder
 
build() - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
build() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
build() - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
build() - Method in class org.jclouds.ec2.domain.KeyPair.Builder
 
build() - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
builder() - Static method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
builder() - Static method in class org.jclouds.ec2.domain.IpPermissionImpl
 
builder() - Static method in class org.jclouds.ec2.domain.KeyPair
 
builder() - Static method in class org.jclouds.ec2.domain.RunningInstance
 
builder - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 
builder() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
builderProvider - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 
buildFormParameters() - Method in class org.jclouds.ec2.options.BundleInstanceS3StorageOptions
 
buildFormParametersForIndex(int, IpPermission) - Static method in class org.jclouds.ec2.util.IpPermissions
don't rely on this being here..
bundleInstanceInRegion(String, String, String, String, String, BundleInstanceS3StorageOptions...) - Method in interface org.jclouds.ec2.services.WindowsAsyncClient
 
bundleInstanceInRegion(String, String, String, String, String, BundleInstanceS3StorageOptions...) - Method in interface org.jclouds.ec2.services.WindowsClient
Bundles the Windows instance.
BundleInstanceS3Storage - Class in org.jclouds.ec2.domain
 
BundleInstanceS3Storage(String, String, String, String, String, String) - Constructor for class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
BundleInstanceS3StorageOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the RegisterImage operation.
BundleInstanceS3StorageOptions() - Constructor for class org.jclouds.ec2.options.BundleInstanceS3StorageOptions
 
BundleInstanceS3StorageOptions.Builder - Class in org.jclouds.ec2.options
 
BundleInstanceS3StorageOptions.Builder() - Constructor for class org.jclouds.ec2.options.BundleInstanceS3StorageOptions.Builder
 
BundleTask - Class in org.jclouds.ec2.domain
 
BundleTask(String, String, BundleTask.Error, String, int, Date, String, String, String, Date) - Constructor for class org.jclouds.ec2.domain.BundleTask
 
BundleTask.Error - Class in org.jclouds.ec2.domain
If the task fails, a description of the error.
BundleTask.Error(String, String) - Constructor for class org.jclouds.ec2.domain.BundleTask.Error
 
BundleTaskHandler - Class in org.jclouds.ec2.xml
 
BundleTaskHandler() - Constructor for class org.jclouds.ec2.xml.BundleTaskHandler
 

C

c1_medium() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
C1_MEDIUM - Static variable in class org.jclouds.ec2.domain.InstanceType
High-CPU Medium Instance 1.7 GB of memory 5 EC2 Compute Units (2 virtual cores with 2.5 EC2 Compute Units each) 350 GB of instance storage 32-bit platform I/O Performance: Moderate
c1_xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
C1_XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
High-CPU Extra Large Instance 7 GB of memory 20 EC2 Compute Units (8 virtual cores with 2.5 EC2 Compute Units each) 1690 GB of instance storage 64-bit platform I/O Performance: High
cancelBundleTaskInRegion(String, String) - Method in interface org.jclouds.ec2.services.WindowsAsyncClient
 
cancelBundleTaskInRegion(String, String) - Method in interface org.jclouds.ec2.services.WindowsClient
Cancels an Amazon EC2 bundling operation.
cc1_4xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
CC1_4XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
Cluster Compute Instance 23 GB of memory 33.5 EC2 Compute Units (2 x Intel Xeon X5570, quad-core "Nehalem" architecture) 1690 GB of 64-bit storage (2 x 840 GB, plus 10 GB root partition) 10 Gbps Ethernet 64-bit platform I/O Performance: High
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.AttachmentHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.BlockDeviceMappingHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.BooleanValueHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.BundleTaskHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeAvailabilityZonesResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeKeyPairsResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeRegionsResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeSecurityGroupsResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.ImageIdHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.InstanceInitiatedShutdownBehaviorHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.InstanceTypeHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.KeyPairResponseHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.PermissionHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.SnapshotHandler
 
characters(char[], int, int) - Method in class org.jclouds.ec2.xml.StringValueHandler
 
cleanUpIncidentalResources(Map.Entry<String, String>) - Method in class org.jclouds.ec2.compute.EC2ComputeService
 
clear() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
client - Variable in class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
client - Variable in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
clone() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
compareTo(Attachment) - Method in class org.jclouds.ec2.domain.Attachment
 
compareTo(AvailabilityZoneInfo) - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
 
compareTo(BlockDeviceMapping) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
compareTo(BundleTask) - Method in class org.jclouds.ec2.domain.BundleTask
compareTo(Image) - Method in class org.jclouds.ec2.domain.Image
compareTo(InstanceStateChange) - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
compareTo(IpPermission) - Method in class org.jclouds.ec2.domain.IpPermissionImpl
compareTo(KeyPair) - Method in class org.jclouds.ec2.domain.KeyPair
compareTo(PublicIpInstanceIdPair) - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
compareTo(Reservation<T>) - Method in class org.jclouds.ec2.domain.Reservation
 
compareTo(ReservedInstancesOffering) - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
compareTo(RunningInstance) - Method in class org.jclouds.ec2.domain.RunningInstance
 
compareTo(SecurityGroup) - Method in class org.jclouds.ec2.domain.SecurityGroup
compareTo(Snapshot) - Method in class org.jclouds.ec2.domain.Snapshot
 
compareTo(UserIdGroupPair) - Method in class org.jclouds.ec2.domain.UserIdGroupPair
compareTo(Volume) - Method in class org.jclouds.ec2.domain.Volume
 
configure() - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceContextModule
 
configure() - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
configure() - Method in class org.jclouds.ec2.compute.config.EC2ResolveImagesModule
 
ConvertUnencodedBytesToBase64EncodedString - Class in org.jclouds.ec2.functions
Binds base64 encodes the byte [] input
ConvertUnencodedBytesToBase64EncodedString() - Constructor for class org.jclouds.ec2.functions.ConvertUnencodedBytesToBase64EncodedString
 
copyTo(TemplateOptions) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
create() - Static method in class org.jclouds.ec2.config.EC2RestClientModule
 
createImageInRegion(String, String, String, CreateImageOptions...) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
createImageInRegion(String, String, String, CreateImageOptions...) - Method in interface org.jclouds.ec2.services.AMIClient
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance.
CreateImageOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the CreateImage operation.
CreateImageOptions() - Constructor for class org.jclouds.ec2.options.CreateImageOptions
 
CreateImageOptions.Builder - Class in org.jclouds.ec2.options
 
CreateImageOptions.Builder() - Constructor for class org.jclouds.ec2.options.CreateImageOptions.Builder
 
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions - Class in org.jclouds.ec2.compute.strategy
 
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(Map<RegionAndName, KeyPair>, Map<RegionAndName, String>, Function<RegionAndName, KeyPair>, Function<RegionNameAndIngressRules, String>, Provider<RunInstancesOptions>) - Constructor for class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
createKeyPairAndSecurityGroupsAsNeededThenRunInstances(String, int, Template) - Method in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
createKeyPairInRegion(String, String) - Method in interface org.jclouds.ec2.services.KeyPairAsyncClient
 
createKeyPairInRegion(String, String) - Method in interface org.jclouds.ec2.services.KeyPairClient
Creates a new 2048-bit RSA key pair with the specified name.
createNewKeyPairUnlessUserSpecifiedOtherwise(String, String, TemplateOptions) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
createNodesInRegionAndZone(String, String, int, Template, RunInstancesOptions) - Method in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
createOrImportKeyPair(String, String, TemplateOptions) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
CreateSecurityGroupIfNeeded - Class in org.jclouds.ec2.compute.functions
 
CreateSecurityGroupIfNeeded(EC2Client) - Constructor for class org.jclouds.ec2.compute.functions.CreateSecurityGroupIfNeeded
 
createSecurityGroupIfNeeded - Variable in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
createSecurityGroupInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
createSecurityGroupInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Creates a new security group.
createSnapshotInRegion(String, String, CreateSnapshotOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
createSnapshotInRegion(String, String, CreateSnapshotOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
CreateSnapshotOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the CreateSnapshot operation.
CreateSnapshotOptions() - Constructor for class org.jclouds.ec2.options.CreateSnapshotOptions
 
CreateSnapshotOptions.Builder - Class in org.jclouds.ec2.options
 
CreateSnapshotOptions.Builder() - Constructor for class org.jclouds.ec2.options.CreateSnapshotOptions.Builder
 
CreateUniqueKeyPair - Class in org.jclouds.ec2.compute.functions
 
CreateUniqueKeyPair(EC2Client, Supplier<String>) - Constructor for class org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
 
createUniqueKeyPair - Variable in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
createUniqueKeyPairAndPutIntoMap(String, String) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
createVolumeFromSnapshotInAvailabilityZone(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
createVolumeFromSnapshotInAvailabilityZone(String, int, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
createVolumeFromSnapshotInAvailabilityZone(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.
createVolumeFromSnapshotInAvailabilityZone(String, int, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.
createVolumeInAvailabilityZone(String, int) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
createVolumeInAvailabilityZone(String, int) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.
CreateVolumeResponseHandler - Class in org.jclouds.ec2.xml
 
CreateVolumeResponseHandler() - Constructor for class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
CredentialsForInstance - Class in org.jclouds.ec2.compute.functions
 
credentialsMap(Function<RegionAndName, KeyPair>) - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
credentialsMap - Variable in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
credentialStore - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
currentOrNull() - Method in class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
currentOrNull() - Method in class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
currentOrNull() - Method in class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
currentText - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 

D

dateService - Variable in class org.jclouds.ec2.xml.AttachmentHandler
 
dateService - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 
dateService - Variable in class org.jclouds.ec2.xml.BlockDeviceMappingHandler
 
dateService - Variable in class org.jclouds.ec2.xml.BundleTaskHandler
 
dateService - Variable in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
dateService - Variable in class org.jclouds.ec2.xml.SnapshotHandler
 
defaultProperties() - Method in class org.jclouds.ec2.EC2PropertiesBuilder
 
defaultRegion - Variable in class org.jclouds.ec2.xml.AttachmentHandler
 
defaultRegion - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 
defaultRegion - Variable in class org.jclouds.ec2.xml.SnapshotHandler
 
defineAddNodeWithTagStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
not needed, as EC2CreateNodesInGroupThenAddToSet is used and is already set-based.
defineDefaultLocationSupplier() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeSuppliersByClass
 
defineDestroyNodeStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineGetNodeMetadataStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineHardwareSupplier() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeSuppliersByClass
 
defineImageSupplier() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeSuppliersByClass
 
defineListNodesStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineLocationSupplier() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeSuppliersByClass
 
defineRebootNodeStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineRunNodesAndAddToSetStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineStartNodeStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
defineStopNodeStrategy() - Method in class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
DELEGATE_MAP - Static variable in class org.jclouds.ec2.config.EC2RestClientModule
 
deleteKeyPairInRegion(String, String) - Method in interface org.jclouds.ec2.services.KeyPairAsyncClient
 
deleteKeyPairInRegion(String, String) - Method in interface org.jclouds.ec2.services.KeyPairClient
Deletes the specified key pair, by removing the public key from Amazon EC2.
deleteOnTermination(Boolean) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
deleteSecurityGroupInRegion(String, String) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
deleteSecurityGroupInRegion(String, String) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Deletes a security group that you own.
deleteSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
deleteSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Deletes a snapshot of an Amazon EBS volume that you own.
deleteVolumeInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
deleteVolumeInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Deletes an Amazon EBS volume that you own.
deregisterImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
deregisterImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIClient
Deregisters the specified AMI.
describeAddressesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.ElasticIPAddressAsyncClient
 
describeAddressesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.ElasticIPAddressClient
Lists elastic IP addresses assigned to your identity or provides information about a specific address.
DescribeAddressesResponseHandler - Class in org.jclouds.ec2.xml
 
DescribeAddressesResponseHandler() - Constructor for class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
describeAvailabilityZonesInRegion(String, DescribeAvailabilityZonesOptions...) - Method in interface org.jclouds.ec2.services.AvailabilityZoneAndRegionAsyncClient
 
describeAvailabilityZonesInRegion(String, DescribeAvailabilityZonesOptions...) - Method in interface org.jclouds.ec2.services.AvailabilityZoneAndRegionClient
Displays Availability Zones that are currently available to the identity and their states.
DescribeAvailabilityZonesOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the DescribeAvailabilityZones operation.
DescribeAvailabilityZonesOptions() - Constructor for class org.jclouds.ec2.options.DescribeAvailabilityZonesOptions
 
DescribeAvailabilityZonesOptions.Builder - Class in org.jclouds.ec2.options
 
DescribeAvailabilityZonesOptions.Builder() - Constructor for class org.jclouds.ec2.options.DescribeAvailabilityZonesOptions.Builder
 
DescribeAvailabilityZonesResponseHandler - Class in org.jclouds.ec2.xml
 
describeBundleTasksInRegion(String, String...) - Method in interface org.jclouds.ec2.services.WindowsAsyncClient
 
describeBundleTasksInRegion(String, String...) - Method in interface org.jclouds.ec2.services.WindowsClient
Describes current bundling tasks.
DescribeBundleTasksResponseHandler - Class in org.jclouds.ec2.xml
 
DescribeBundleTasksResponseHandler(BundleTaskHandler) - Constructor for class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
describeImagesInRegion(String, DescribeImagesOptions...) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
describeImagesInRegion(String, DescribeImagesOptions...) - Method in interface org.jclouds.ec2.services.AMIClient
Returns information about AMIs, AKIs, and ARIs.
DescribeImagesOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the DescribeImages operation.
DescribeImagesOptions() - Constructor for class org.jclouds.ec2.options.DescribeImagesOptions
 
DescribeImagesOptions.Builder - Class in org.jclouds.ec2.options
 
DescribeImagesOptions.Builder() - Constructor for class org.jclouds.ec2.options.DescribeImagesOptions.Builder
 
DescribeImagesParallel - Class in org.jclouds.ec2.compute.strategy
 
DescribeImagesParallel(EC2AsyncClient, ExecutorService) - Constructor for class org.jclouds.ec2.compute.strategy.DescribeImagesParallel
 
DescribeImagesResponseHandler - Class in org.jclouds.ec2.xml
Parses the following XML document:

DescribeImagesResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/"

DescribeImagesResponseHandler(String) - Constructor for class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
describeInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
describeInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceClient
Returns information about instances that you own.
DescribeInstancesResponseHandler - Class in org.jclouds.ec2.xml
Parses the following XML document:

DescribeImagesResponse xmlns="http:

describeKeyPairsInRegion(String, String...) - Method in interface org.jclouds.ec2.services.KeyPairAsyncClient
 
describeKeyPairsInRegion(String, String...) - Method in interface org.jclouds.ec2.services.KeyPairClient
Returns information about key pairs available to you.
DescribeKeyPairsResponseHandler - Class in org.jclouds.ec2.xml
Parses: DescribeKeyPairsResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/"
DescribeKeyPairsResponseHandler() - Constructor for class org.jclouds.ec2.xml.DescribeKeyPairsResponseHandler
 
describeRegions(DescribeRegionsOptions...) - Method in interface org.jclouds.ec2.services.AvailabilityZoneAndRegionAsyncClient
 
describeRegions(DescribeRegionsOptions...) - Method in interface org.jclouds.ec2.services.AvailabilityZoneAndRegionClient
Describes Regions that are currently available to the identity.
DescribeRegionsOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the DescribeRegions operation.
DescribeRegionsOptions() - Constructor for class org.jclouds.ec2.options.DescribeRegionsOptions
 
DescribeRegionsOptions.Builder - Class in org.jclouds.ec2.options
 
DescribeRegionsOptions.Builder() - Constructor for class org.jclouds.ec2.options.DescribeRegionsOptions.Builder
 
DescribeRegionsResponseHandler - Class in org.jclouds.ec2.xml
 
DescribeRegionsResponseHandler() - Constructor for class org.jclouds.ec2.xml.DescribeRegionsResponseHandler
 
describeSecurityGroupsInRegion(String, String...) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
describeSecurityGroupsInRegion(String, String...) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Returns information about security groups that you own.
DescribeSecurityGroupsResponseHandler - Class in org.jclouds.ec2.xml
Parses: DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/"
DescribeSecurityGroupsResponseHandler() - Constructor for class org.jclouds.ec2.xml.DescribeSecurityGroupsResponseHandler
 
describeSnapshotsInRegion(String, DescribeSnapshotsOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
describeSnapshotsInRegion(String, DescribeSnapshotsOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Returns information about Amazon EBS snapshots available to the user.
DescribeSnapshotsOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the DescribeSnapshots operation.
DescribeSnapshotsOptions() - Constructor for class org.jclouds.ec2.options.DescribeSnapshotsOptions
 
DescribeSnapshotsOptions.Builder - Class in org.jclouds.ec2.options
 
DescribeSnapshotsOptions.Builder() - Constructor for class org.jclouds.ec2.options.DescribeSnapshotsOptions.Builder
 
DescribeSnapshotsResponseHandler - Class in org.jclouds.ec2.xml
 
DescribeSnapshotsResponseHandler(SnapshotHandler) - Constructor for class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
describeVolumesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
describeVolumesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Describes the specified Amazon EBS volumes that you own.
DescribeVolumesResponseHandler - Class in org.jclouds.ec2.xml
 
DescribeVolumesResponseHandler(CreateVolumeResponseHandler) - Constructor for class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
destroyInstanceInRegion(String, String) - Method in class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
destroyNode(String) - Method in class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
destroyNodesMatching(Predicate<NodeMetadata>) - Method in class org.jclouds.ec2.compute.EC2ComputeService
like BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate) except that this will clean implicit keypairs and security groups.
detachVolumeInRegion(String, String, boolean, DetachVolumeOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
detachVolumeInRegion(String, String, boolean, DetachVolumeOptions...) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.
DetachVolumeOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the DetachVolume operation.
DetachVolumeOptions() - Constructor for class org.jclouds.ec2.options.DetachVolumeOptions
 
DetachVolumeOptions.Builder - Class in org.jclouds.ec2.options
 
DetachVolumeOptions.Builder() - Constructor for class org.jclouds.ec2.options.DetachVolumeOptions.Builder
 
device(String, BlockDevice) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
deviceName(String) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
devices(Map<String, BlockDevice>) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
disassociateAddressInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressAsyncClient
 
disassociateAddressInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressClient
Disassociates the specified elastic IP address from the instance to which it is assigned.
dnsName - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
dnsName(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
dnsName - Variable in class org.jclouds.ec2.domain.RunningInstance
 
dontAuthorizePublicKey() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions

E

ebsBlockDevices - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
ebsBlockDevices - Variable in class org.jclouds.ec2.domain.RunningInstance
 
EC2AsyncClient - Interface in org.jclouds.ec2
Provides asynchronous access to EC2 services.
EC2BindComputeStrategiesByClass - Class in org.jclouds.ec2.compute.config
 
EC2BindComputeStrategiesByClass() - Constructor for class org.jclouds.ec2.compute.config.EC2BindComputeStrategiesByClass
 
EC2BindComputeSuppliersByClass - Class in org.jclouds.ec2.compute.config
 
EC2BindComputeSuppliersByClass() - Constructor for class org.jclouds.ec2.compute.config.EC2BindComputeSuppliersByClass
 
ec2Client - Variable in class org.jclouds.ec2.compute.functions.CreateSecurityGroupIfNeeded
 
ec2Client - Variable in class org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
 
EC2Client - Interface in org.jclouds.ec2
Provides synchronous access to EC2 services.
EC2ComputeService - Class in org.jclouds.ec2.compute
 
EC2ComputeService(ComputeServiceContext, Map<String, Credentials>, Supplier<Set<? extends Image>>, Supplier<Set<? extends Hardware>>, Supplier<Set<? extends Location>>, ListNodesStrategy, GetNodeMetadataStrategy, CreateNodesInGroupThenAddToSet, RebootNodeStrategy, DestroyNodeStrategy, ResumeNodeStrategy, SuspendNodeStrategy, Provider<TemplateBuilder>, Provider<TemplateOptions>, Predicate<NodeMetadata>, Predicate<NodeMetadata>, Predicate<NodeMetadata>, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory, RunScriptOnNode.Factory, InitAdminAccess, PersistNodeCredentials, ComputeServiceConstants.Timeouts, ExecutorService, EC2Client, Map<RegionAndName, KeyPair>, Map<RegionAndName, String>) - Constructor for class org.jclouds.ec2.compute.EC2ComputeService
 
EC2ComputeServiceContextModule - Class in org.jclouds.ec2.compute.config
Configures the ComputeServiceContext; requires EC2ComputeService bound.
EC2ComputeServiceContextModule() - Constructor for class org.jclouds.ec2.compute.config.EC2ComputeServiceContextModule
 
EC2ComputeServiceDependenciesModule - Class in org.jclouds.ec2.compute.config
 
EC2ComputeServiceDependenciesModule() - Constructor for class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
EC2ComputeUtils - Class in org.jclouds.ec2.compute.util
 
EC2ComputeUtils() - Constructor for class org.jclouds.ec2.compute.util.EC2ComputeUtils
 
EC2Constants - Interface in org.jclouds.ec2.reference
Configuration properties and constants used in EC2 connections.
EC2ContextBuilder - Class in org.jclouds.ec2
Creates EC2ComputeServiceContext or Injector instances based on the most commonly requested arguments.
EC2ContextBuilder(Properties) - Constructor for class org.jclouds.ec2.EC2ContextBuilder
 
EC2CreateNodesInGroupThenAddToSet - Class in org.jclouds.ec2.compute.strategy
creates futures that correlate to
EC2CreateNodesInGroupThenAddToSet(EC2Client, Provider<TemplateBuilder>, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions, InstancePresent, Function<RunningInstance, NodeMetadata>, Function<RunningInstance, Credentials>, Map<String, Credentials>, ComputeUtils) - Constructor for class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
EC2DestroyNodeStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2DestroyNodeStrategy(EC2Client, GetNodeMetadataStrategy) - Constructor for class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
EC2GetNodeMetadataStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2GetNodeMetadataStrategy(EC2Client, Function<RunningInstance, NodeMetadata>) - Constructor for class org.jclouds.ec2.compute.strategy.EC2GetNodeMetadataStrategy
 
EC2HardwareBuilder - Class in org.jclouds.ec2.compute.domain
 
EC2HardwareBuilder() - Constructor for class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
EC2HardwareBuilder(String) - Constructor for class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
EC2HardwareBuilder.IsWindows - Class in org.jclouds.ec2.compute.domain
 
EC2HardwareBuilder.IsWindows() - Constructor for class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.IsWindows
 
EC2HardwareBuilder.RequiresRootDeviceType - Class in org.jclouds.ec2.compute.domain
evaluates true if the Image has the following rootDeviceType
EC2HardwareBuilder.RequiresRootDeviceType(RootDeviceType) - Constructor for class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresRootDeviceType
 
EC2HardwareBuilder.RequiresVirtualizationType - Class in org.jclouds.ec2.compute.domain
evaluates true if the Image requires the following virtualizationType
EC2HardwareBuilder.RequiresVirtualizationType(VirtualizationType) - Constructor for class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresVirtualizationType
 
EC2HardwareSupplier - Class in org.jclouds.ec2.compute.suppliers
 
EC2HardwareSupplier() - Constructor for class org.jclouds.ec2.compute.suppliers.EC2HardwareSupplier
 
EC2ImageParser - Class in org.jclouds.ec2.compute.functions
 
EC2ImageParser(PopulateDefaultLoginCredentialsForImageStrategy, Map<OsFamily, Map<String, String>>, Supplier<Set<? extends Location>>, Supplier<Location>, ReviseParsedImage) - Constructor for class org.jclouds.ec2.compute.functions.EC2ImageParser
 
EC2ImagePredicates - Class in org.jclouds.ec2.compute.predicates
Container for image filters (predicates).
EC2ImagePredicates() - Constructor for class org.jclouds.ec2.compute.predicates.EC2ImagePredicates
 
EC2ImageSupplier - Class in org.jclouds.ec2.compute.suppliers
 
EC2ListNodesStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2ListNodesStrategy(EC2AsyncClient, Set<String>, Function<RunningInstance, NodeMetadata>, ExecutorService) - Constructor for class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
EC2PopulateDefaultLoginCredentialsForImageStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2PopulateDefaultLoginCredentialsForImageStrategy() - Constructor for class org.jclouds.ec2.compute.strategy.EC2PopulateDefaultLoginCredentialsForImageStrategy
 
EC2PropertiesBuilder - Class in org.jclouds.ec2
Builds properties used in EC2 Clients
EC2PropertiesBuilder(Properties) - Constructor for class org.jclouds.ec2.EC2PropertiesBuilder
 
EC2PropertiesBuilder() - Constructor for class org.jclouds.ec2.EC2PropertiesBuilder
 
EC2RebootNodeStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2RebootNodeStrategy(EC2Client, GetNodeMetadataStrategy) - Constructor for class org.jclouds.ec2.compute.strategy.EC2RebootNodeStrategy
 
EC2ResolveImagesModule - Class in org.jclouds.ec2.compute.config
 
EC2ResolveImagesModule() - Constructor for class org.jclouds.ec2.compute.config.EC2ResolveImagesModule
 
EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient> - Class in org.jclouds.ec2.config
Configures the EC2 connection.
EC2RestClientModule(Class<S>, Class<A>, Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.ec2.config.EC2RestClientModule
 
EC2RestClientModule.RegionIdsToURI - Class in org.jclouds.ec2.config
 
EC2RestClientModule.RegionIdsToURI(EC2Client, Injector) - Constructor for class org.jclouds.ec2.config.EC2RestClientModule.RegionIdsToURI
 
EC2RestClientModule.RegionIdToZoneId - Class in org.jclouds.ec2.config
 
EC2RestClientModule.RegionIdToZoneId(EC2Client, Map<String, URI>) - Constructor for class org.jclouds.ec2.config.EC2RestClientModule.RegionIdToZoneId
 
EC2ResumeNodeStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2ResumeNodeStrategy(EC2Client, GetNodeMetadataStrategy) - Constructor for class org.jclouds.ec2.compute.strategy.EC2ResumeNodeStrategy
 
EC2SuspendNodeStrategy - Class in org.jclouds.ec2.compute.strategy
 
EC2SuspendNodeStrategy(EC2Client, GetNodeMetadataStrategy) - Constructor for class org.jclouds.ec2.compute.strategy.EC2SuspendNodeStrategy
 
EC2TemplateBuilderImpl - Class in org.jclouds.ec2.compute.internal
 
EC2TemplateBuilderImpl(Supplier<Set<? extends Location>>, Supplier<Set<? extends Image>>, Supplier<Set<? extends Hardware>>, Supplier<Location>, Provider<TemplateOptions>, Provider<TemplateBuilder>, Map<RegionAndName, Image>) - Constructor for class org.jclouds.ec2.compute.internal.EC2TemplateBuilderImpl
 
EC2TemplateOptions - Class in org.jclouds.ec2.compute.options
Contains options supported in the ComputeService#runNode operation on the "ec2" provider.
EC2TemplateOptions() - Constructor for class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
EC2TemplateOptions.Builder - Class in org.jclouds.ec2.compute.options
 
EC2TemplateOptions.Builder() - Constructor for class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
ElasticBlockStoreAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Elastic Block Store services via their REST API.
ElasticBlockStoreClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Elastic Block Store services.
ElasticIPAddressAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Elastic IP Addresses via REST API.
ElasticIPAddressClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.AttachmentHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.BlockDeviceMappingHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.BooleanValueHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.BundleTaskHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeAvailabilityZonesResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeKeyPairsResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeRegionsResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeSecurityGroupsResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.ImageIdHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.InstanceInitiatedShutdownBehaviorHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.InstanceTypeHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.KeyPairResponseHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.PermissionHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.SnapshotHandler
 
endElement(String, String, String) - Method in class org.jclouds.ec2.xml.StringValueHandler
 
endOfInstanceItem() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
endOfReservationItem() - Method in class org.jclouds.ec2.xml.DescribeInstancesResponseHandler
 
equals(Object) - Method in class org.jclouds.ec2.compute.domain.RegionAndName
 
equals(Object) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
equals(Object) - Method in class org.jclouds.ec2.domain.Attachment
 
equals(Object) - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
 
equals(Object) - Method in class org.jclouds.ec2.domain.BlockDevice
 
equals(Object) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
equals(Object) - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
equals(Object) - Method in class org.jclouds.ec2.domain.BundleTask
 
equals(Object) - Method in class org.jclouds.ec2.domain.BundleTask.Error
 
equals(Object) - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
equals(Object) - Method in class org.jclouds.ec2.domain.Image
 
equals(Object) - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
equals(Object) - Method in class org.jclouds.ec2.domain.IpPermissionImpl
 
equals(Object) - Method in class org.jclouds.ec2.domain.KeyPair
 
equals(Object) - Method in class org.jclouds.ec2.domain.Permission
 
equals(Object) - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
 
equals(Object) - Method in class org.jclouds.ec2.domain.Reservation
 
equals(Object) - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
equals(Object) - Method in class org.jclouds.ec2.domain.RunningInstance
 
equals(Object) - Method in class org.jclouds.ec2.domain.SecurityGroup
 
equals(Object) - Method in class org.jclouds.ec2.domain.Snapshot
 
equals(Object) - Method in class org.jclouds.ec2.domain.UserIdGroupPair
 
equals(Object) - Method in class org.jclouds.ec2.domain.Volume
 
executableBy(String) - Static method in class org.jclouds.ec2.options.DescribeImagesOptions.Builder
 
executableBy(String) - Method in class org.jclouds.ec2.options.DescribeImagesOptions
AMIs for which the specified user has explicit launch permissions.
execute(String, String, Template) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
execute(String, int, Template, Set<NodeMetadata>, Map<NodeMetadata, Exception>, Multimap<NodeMetadata, CustomizationResponse>) - Method in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
execute(Object) - Method in class org.jclouds.ec2.compute.strategy.EC2PopulateDefaultLoginCredentialsForImageStrategy
 
executor - Variable in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
extractIdsFromInstances(Iterable<? extends RunningInstance>) - Method in class org.jclouds.ec2.compute.EC2ComputeService
 

F

findAvailabilityZoneInArgsOrNull(GeneratedHttpRequest<?>, Set<String>) - Static method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
fromDevice(String) - Static method in class org.jclouds.ec2.options.DetachVolumeOptions.Builder
 
fromDevice(String) - Method in class org.jclouds.ec2.options.DetachVolumeOptions
The device name.
fromInstance(String) - Static method in class org.jclouds.ec2.options.DetachVolumeOptions.Builder
 
fromInstance(String) - Method in class org.jclouds.ec2.options.DetachVolumeOptions
The ID of the instance.
fromKeyPair(KeyPair) - Static method in class org.jclouds.ec2.domain.KeyPair.Builder
 
fromPort(int) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
fromPort(int) - Method in class org.jclouds.ec2.util.IpPermissions.PortSelection
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Attachment.Status
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Hypervisor
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Image.Architecture
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Image.ImageState
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Image.ImageType
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.ImageAttribute
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.InstanceState
 
fromValue(int) - Static method in enum org.jclouds.ec2.domain.InstanceState
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.IpProtocol
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.RootDeviceType
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Snapshot.Status
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.VirtualizationType
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Volume.InstanceInitiatedShutdownBehavior
 
fromValue(String) - Static method in enum org.jclouds.ec2.domain.Volume.Status
 

G

get() - Method in class org.jclouds.ec2.compute.suppliers.EC2HardwareSupplier
 
get() - Method in class org.jclouds.ec2.compute.suppliers.EC2ImageSupplier
 
get() - Method in class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
 
get() - Method in class org.jclouds.ec2.config.EC2RestClientModule.RegionIdsToURI
 
get() - Method in class org.jclouds.ec2.config.EC2RestClientModule.RegionIdToZoneId
 
getAmiLaunchIndex() - Method in class org.jclouds.ec2.domain.RunningInstance
The AMI launch index, which can be used to find this instance within the launch group.
getAMIServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to AMI services.
getAMIServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to AMI services.
getArchitecture() - Method in class org.jclouds.ec2.domain.Image
The architecture of the image (i386 or x86_64).
getAttachments() - Method in class org.jclouds.ec2.domain.Volume
 
getAttachmentStatus() - Method in class org.jclouds.ec2.domain.BlockDevice
 
getAttachTime() - Method in class org.jclouds.ec2.domain.Attachment
Time stamp when the attachment initiated.
getAttachTime() - Method in class org.jclouds.ec2.domain.BlockDevice
 
getAvailabilityZone() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getAvailabilityZone() - Method in class org.jclouds.ec2.domain.RunningInstance
The location where the instance launched.
getAvailabilityZone() - Method in class org.jclouds.ec2.domain.Volume
 
getAvailabilityZoneAndRegionServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to Availability Zones and Regions services.
getAvailabilityZoneAndRegionServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to Availability Zones and Regions services.
getAwsAccessKeyId() - Method in class org.jclouds.ec2.options.BundleInstanceS3StorageOptions
 
getBlockDeviceMappingForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getBlockDeviceMappingForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getBlockDeviceMappings() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
getBlockDeviceMappingsForImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
getBlockDeviceMappingsForImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIClient
Returns a map of device name to block device for the image.
getBucket() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
getBucket() - Method in class org.jclouds.ec2.domain.BundleTask
 
getBundleId() - Method in class org.jclouds.ec2.domain.BundleTask
 
getCode() - Method in class org.jclouds.ec2.domain.BundleTask.Error
 
getCreateTime() - Method in class org.jclouds.ec2.domain.Volume
 
getCreateVolumePermissionForSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
getCreateVolumePermissionForSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Returns the Permissions of an snapshot.
getCurrentState() - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
getDescribeQueriesForOwnersInRegions(Set<String>, String[]) - Method in class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
 
getDescription() - Method in class org.jclouds.ec2.domain.Image
 
getDescription() - Method in class org.jclouds.ec2.domain.SecurityGroup
Description of the security group.
getDescription() - Method in class org.jclouds.ec2.domain.Snapshot
Description of the snapshot.
getDescription() - Method in class org.jclouds.ec2.options.CreateImageOptions
 
getDescription() - Method in class org.jclouds.ec2.options.CreateSnapshotOptions
 
getDevice() - Method in class org.jclouds.ec2.domain.Attachment
The device as it is exposed to the instance.
getDevice() - Method in class org.jclouds.ec2.options.DetachVolumeOptions
 
getDeviceName() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getDnsName() - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
getDnsName() - Method in class org.jclouds.ec2.domain.RunningInstance
The public DNS name assigned to the instance.
getDuration() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getEbsBlockDevices() - Method in class org.jclouds.ec2.domain.Image
 
getEbsBlockDevices() - Method in class org.jclouds.ec2.domain.RunningInstance
EBS volumes associated with the instance.
getEbsDeleteOnTermination() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getEbsNoDevice() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getEbsSnapshotId() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getEbsVolumeSize() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getElasticBlockStoreServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to Elastic Block Store services.
getElasticBlockStoreServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to Elastic Block Store services.
getElasticIPAddressServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to Elastic IP Address services.
getElasticIPAddressServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to Elastic IP Address services.
getError() - Method in class org.jclouds.ec2.domain.BundleTask
 
getExecutableBy() - Method in class org.jclouds.ec2.options.DescribeImagesOptions
 
getFixedPrice() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getFormValuesWithKeysPrefixedBy(String) - Method in class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
 
getFromPort() - Method in interface org.jclouds.ec2.domain.IpPermission
Start of port range for the TCP and UDP protocols, or an ICMP type number.
getFromPort() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
Start of port range for the TCP and UDP protocols, or an ICMP type number.
getGroupIds() - Method in interface org.jclouds.ec2.domain.IpPermission
List of security group Ids
getGroupIds() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
List of security group Ids
getGroupIds() - Method in class org.jclouds.ec2.domain.Reservation
Names of the security groups.
getGroupIds() - Method in class org.jclouds.ec2.domain.RunningInstance
Names of the security groups.
getGroupName() - Method in class org.jclouds.ec2.domain.UserIdGroupPair
Name of the security group.
getGroups() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
getGroups() - Method in interface org.jclouds.ec2.domain.IpPermission
Deprecated. 
getGroups() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
Deprecated. 
getGroups() - Method in class org.jclouds.ec2.domain.Permission
 
getHypervisor() - Method in class org.jclouds.ec2.domain.Image
 
getId() - Method in class org.jclouds.ec2.domain.Attachment
The ID of the instance.
getId() - Method in class org.jclouds.ec2.domain.Image
The ID of the AMI.
getId() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getId() - Method in class org.jclouds.ec2.domain.RunningInstance
Unique ID of the instance launched.
getId() - Method in class org.jclouds.ec2.domain.SecurityGroup
id of the security group.
getId() - Method in class org.jclouds.ec2.domain.Snapshot
The ID of the snapshot.
getId() - Method in class org.jclouds.ec2.domain.Volume
 
getImageId() - Method in class org.jclouds.ec2.domain.RunningInstance
Image ID of the AMI used to launch the instance.
getImageIds() - Method in class org.jclouds.ec2.options.DescribeImagesOptions
 
getImageLocation() - Method in class org.jclouds.ec2.domain.Image
The location of the AMI.
getImageOwnerId() - Method in class org.jclouds.ec2.domain.Image
AWS Access Key ID of the image owner.
getImages() - Method in class org.jclouds.ec2.compute.internal.EC2TemplateBuilderImpl
 
getImageState() - Method in class org.jclouds.ec2.domain.Image
Current state of the AMI.
getImageType() - Method in class org.jclouds.ec2.domain.Image
The type of image (machine, kernel, or ramdisk).
getInstance() - Method in class org.jclouds.ec2.options.DetachVolumeOptions
 
getInstanceId() - Method in class org.jclouds.ec2.domain.BundleTask
 
getInstanceId() - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
getInstanceId() - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
The ID of the instance.
getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getInstanceServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to Instance services.
getInstanceServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to Instance services.
getInstanceState() - Method in class org.jclouds.ec2.domain.RunningInstance
The current state of the instance.
getInstanceType() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getInstanceType() - Method in class org.jclouds.ec2.domain.RunningInstance
The instance type.
getInstanceTypeForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getInstanceTypeForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getIpAddress() - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
getIpAddress() - Method in class org.jclouds.ec2.domain.RunningInstance
Specifies the IP address of the instance.
getIpPermissions() - Method in class org.jclouds.ec2.domain.SecurityGroup
Set of IP permissions associated with the security group.
getIpProtocol() - Method in interface org.jclouds.ec2.domain.IpPermission
IP protocol
getIpProtocol() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
IP protocol
getIpRanges() - Method in interface org.jclouds.ec2.domain.IpPermission
IP ranges.
getIpRanges() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
IP ranges.
getKernelForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getKernelForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getKernelId() - Method in class org.jclouds.ec2.domain.Image
The kernel associated with the image, if any.
getKernelId() - Method in class org.jclouds.ec2.domain.RunningInstance
Optional.
getKeyFingerprint() - Method in class org.jclouds.ec2.domain.KeyPair
A SHA-1 digest of the DER encoded private key.
getKeyMaterial() - Method in class org.jclouds.ec2.domain.KeyPair
An unencrypted PEM encoded RSA private key.
getKeyName() - Method in class org.jclouds.ec2.domain.KeyPair
The key pair name provided in the original request.
getKeyName() - Method in class org.jclouds.ec2.domain.RunningInstance
If this instance was launched with an associated key pair, this displays the key pair name.
getKeyPair() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
getKeyPairServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to KeyPair services.
getKeyPairServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to KeyPair services.
getLaunchPermissionForImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
getLaunchPermissionForImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIClient
Returns the Permissions of an image.
getLaunchTime() - Method in class org.jclouds.ec2.domain.RunningInstance
The time the instance launched.
getMessage() - Method in class org.jclouds.ec2.domain.BundleTask.Error
 
getMessages() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
Messages
getName() - Method in class org.jclouds.ec2.compute.domain.RegionAndName
 
getName() - Method in class org.jclouds.ec2.domain.Image
 
getName() - Method in class org.jclouds.ec2.domain.SecurityGroup
Name of the security group.
getNode - Variable in class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
getNode(String) - Method in class org.jclouds.ec2.compute.strategy.EC2GetNodeMetadataStrategy
 
getNoReboot() - Method in class org.jclouds.ec2.options.CreateImageOptions
 
getOptionsForOwners(String...) - Method in class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
 
getOptionsProvider() - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
getOwnerAlias() - Method in class org.jclouds.ec2.domain.Snapshot
The AWS identity alias (e.g., "amazon", "redhat", "self", etc.) or AWS identity ID that owns the AMI.
getOwnerId() - Method in class org.jclouds.ec2.domain.Reservation
AWS Access Key ID of the user who owns the reservation.
getOwnerId() - Method in class org.jclouds.ec2.domain.SecurityGroup
AWS Access Key ID of the owner of the security group.
getOwnerId() - Method in class org.jclouds.ec2.domain.Snapshot
AWS Access Key ID of the user who owns the snapshot.
getOwners() - Method in class org.jclouds.ec2.options.DescribeImagesOptions
 
getOwners() - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
 
getPlatform() - Method in class org.jclouds.ec2.domain.Image
The operating platform of the instance.
getPlatform() - Method in class org.jclouds.ec2.domain.RunningInstance
Platform of the instance (e.g., Windows).
getPorts() - Method in class org.jclouds.ec2.compute.domain.RegionNameAndIngressRules
 
getPrefix() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
getPrefix() - Method in class org.jclouds.ec2.domain.BundleTask
 
getPreviousState() - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
getPrivateDnsName() - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
getPrivateDnsName() - Method in class org.jclouds.ec2.domain.RunningInstance
The private DNS name assigned to the instance.
getPrivateIpAddress() - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
getPrivateIpAddress() - Method in class org.jclouds.ec2.domain.RunningInstance
Specifies the private IP address that is assigned to the instance (Amazon VPC).
getProductCodes() - Method in class org.jclouds.ec2.domain.Image
Product codes of the AMI.
getProductDescription() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getProgress() - Method in class org.jclouds.ec2.domain.BundleTask
 
getProgress() - Method in class org.jclouds.ec2.domain.Snapshot
The progress of the snapshot, in percentage.
getPublicIp() - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
The public IP address.
getRamdiskForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getRamdiskForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getRamdiskId() - Method in class org.jclouds.ec2.domain.Image
The RAM disk associated with the image, if any.
getRamdiskId() - Method in class org.jclouds.ec2.domain.RunningInstance
Optional.
getReason() - Method in class org.jclouds.ec2.domain.RunningInstance
Reason for the most recent state transition.
getRegion() - Method in class org.jclouds.ec2.compute.domain.RegionAndName
 
getRegion() - Method in class org.jclouds.ec2.domain.Attachment
Snapshots are tied to Regions and can only be used for volumes within the same Region.
getRegion() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
Name of the Region.
getRegion() - Method in class org.jclouds.ec2.domain.BundleTask
 
getRegion() - Method in class org.jclouds.ec2.domain.Image
AMIs are tied to the Region where its files are located within Amazon S3.
getRegion() - Method in class org.jclouds.ec2.domain.InstanceStateChange
Instances are tied to Availability Zones.
getRegion() - Method in class org.jclouds.ec2.domain.KeyPair
Key pairs (to connect to instances) are Region-specific.
getRegion() - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
Elastic IP addresses are tied to a Region and cannot be mapped across Regions.
getRegion() - Method in class org.jclouds.ec2.domain.Reservation
Instances are tied to Availability Zones.
getRegion() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getRegion() - Method in class org.jclouds.ec2.domain.RunningInstance
Instance Ids are scoped to the region.
getRegion() - Method in class org.jclouds.ec2.domain.SecurityGroup
Security groups are not copied across Regions.
getRegion() - Method in class org.jclouds.ec2.domain.Snapshot
Snapshots are tied to Regions and can only be used for volumes within the same Region.
getRegion() - Method in class org.jclouds.ec2.domain.Volume
An Amazon EBS volume must be located within the same Availability Zone as the instance to which it attaches.
getRequesterId() - Method in class org.jclouds.ec2.domain.Reservation
ID of the requester.
getReservationId() - Method in class org.jclouds.ec2.domain.Reservation
Unique ID of the reservation.
getRestorableBy() - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
 
getResult() - Method in class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.AttachmentHandler
 
getResult() - Method in class org.jclouds.ec2.xml.BlockDeviceMappingHandler
 
getResult() - Method in class org.jclouds.ec2.xml.BooleanValueHandler
 
getResult() - Method in class org.jclouds.ec2.xml.BundleTaskHandler
 
getResult() - Method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeAvailabilityZonesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeInstancesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeKeyPairsResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeRegionsResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeSecurityGroupsResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.ImageIdHandler
 
getResult() - Method in class org.jclouds.ec2.xml.InstanceInitiatedShutdownBehaviorHandler
 
getResult() - Method in class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
getResult() - Method in class org.jclouds.ec2.xml.InstanceTypeHandler
 
getResult() - Method in class org.jclouds.ec2.xml.KeyPairResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.PermissionHandler
 
getResult() - Method in class org.jclouds.ec2.xml.RunInstancesResponseHandler
 
getResult() - Method in class org.jclouds.ec2.xml.SnapshotHandler
 
getResult() - Method in class org.jclouds.ec2.xml.StringValueHandler
 
getResult() - Method in class org.jclouds.ec2.xml.UnencodeStringValueHandler
 
getRootDeviceName() - Method in class org.jclouds.ec2.domain.Image
 
getRootDeviceName() - Method in class org.jclouds.ec2.domain.RunningInstance
 
getRootDeviceNameForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getRootDeviceNameForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getRootDeviceType() - Method in class org.jclouds.ec2.domain.Image
 
getRootDeviceType() - Method in class org.jclouds.ec2.domain.RunningInstance
 
getRunningInstanceInRegion(String, String) - Method in class org.jclouds.ec2.compute.strategy.EC2GetNodeMetadataStrategy
 
getSecurityGroupServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to SecurityGroup services.
getSecurityGroupServices() - Method in interface org.jclouds.ec2.EC2Client
Provides synchronous access to SecurityGroup services.
getSecurityGroupsForTagAndOptions(String, String, TemplateOptions) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
getSize() - Method in class org.jclouds.ec2.domain.Volume
 
getSnapshotId() - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
getSnapshotId() - Method in class org.jclouds.ec2.domain.Volume
 
getSnapshotIds() - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
 
getStartTime() - Method in class org.jclouds.ec2.domain.BundleTask
 
getStartTime() - Method in class org.jclouds.ec2.domain.Snapshot
Time stamp when the snapshot was initiated.
getState() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
State of the Availability Zone.
getState() - Method in class org.jclouds.ec2.domain.BundleTask
 
getStatus() - Method in class org.jclouds.ec2.domain.Attachment
Volume state.
getStatus() - Method in class org.jclouds.ec2.domain.Snapshot
Snapshot state (e.g., pending, completed, or error)
getStatus() - Method in class org.jclouds.ec2.domain.Volume
 
getToPort() - Method in interface org.jclouds.ec2.domain.IpPermission
End of port range for the TCP and UDP protocols, or an ICMP code.
getToPort() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
End of port range for the TCP and UDP protocols, or an ICMP code.
getUpdateTime() - Method in class org.jclouds.ec2.domain.BundleTask
 
getUploadPolicy() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
getUploadPolicySignature() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
getUsagePrice() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
getUserData() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
getUserDataForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
getUserDataForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
getUserId() - Method in class org.jclouds.ec2.domain.UserIdGroupPair
AWS User ID of an identity.
getUserIdGroupPairs() - Method in interface org.jclouds.ec2.domain.IpPermission
List of security group and user ID pairs.
getUserIdGroupPairs() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
List of security group and user ID pairs.
getUserIds() - Method in class org.jclouds.ec2.domain.Permission
 
getVirtualizationType() - Method in class org.jclouds.ec2.domain.Image
 
getVirtualizationType() - Method in class org.jclouds.ec2.domain.RunningInstance
Specifies the instance's virtualization type.
getVirtualName() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
getVolumeId() - Method in class org.jclouds.ec2.domain.Attachment
The ID of the volume.
getVolumeId() - Method in class org.jclouds.ec2.domain.BlockDevice
 
getVolumeId() - Method in class org.jclouds.ec2.domain.Snapshot
The ID of the volume.
getVolumeSize() - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
getVolumeSize() - Method in class org.jclouds.ec2.domain.Snapshot
The size of the volume, in GiB.
getWindowsServices() - Method in interface org.jclouds.ec2.EC2AsyncClient
Provides asynchronous access to Windows services.
getWindowsServices() - Method in interface org.jclouds.ec2.EC2Client
Provides asynchronous access to Windows services.
getZone() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
the Availability Zone.
getZoneFromLocationOrNull(Location) - Static method in class org.jclouds.ec2.compute.util.EC2ComputeUtils
 
getZones() - Method in class org.jclouds.ec2.options.DescribeAvailabilityZonesOptions
 
getZones() - Method in class org.jclouds.ec2.options.DescribeRegionsOptions
 
groupId(String) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
groupId(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
groupIds(Iterable<String>) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
groupIds - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
groupIds(Iterable<String>) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
groupIds - Variable in class org.jclouds.ec2.domain.RunningInstance
 

H

hardware - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
hashCode() - Method in class org.jclouds.ec2.compute.domain.RegionAndName
 
hashCode() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
hashCode() - Method in class org.jclouds.ec2.domain.Attachment
 
hashCode() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
 
hashCode() - Method in class org.jclouds.ec2.domain.BlockDevice
 
hashCode() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
hashCode() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
hashCode() - Method in class org.jclouds.ec2.domain.BundleTask.Error
 
hashCode() - Method in class org.jclouds.ec2.domain.BundleTask
 
hashCode() - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
hashCode() - Method in class org.jclouds.ec2.domain.Image
 
hashCode() - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
hashCode() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
 
hashCode() - Method in class org.jclouds.ec2.domain.KeyPair
 
hashCode() - Method in class org.jclouds.ec2.domain.Permission
 
hashCode() - Method in class org.jclouds.ec2.domain.PublicIpInstanceIdPair
 
hashCode() - Method in class org.jclouds.ec2.domain.Reservation
 
hashCode() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
hashCode() - Method in class org.jclouds.ec2.domain.RunningInstance
 
hashCode() - Method in class org.jclouds.ec2.domain.SecurityGroup
 
hashCode() - Method in class org.jclouds.ec2.domain.Snapshot
 
hashCode() - Method in class org.jclouds.ec2.domain.UserIdGroupPair
 
hashCode() - Method in class org.jclouds.ec2.domain.Volume
 
Hypervisor - Enum in org.jclouds.ec2.domain
Hypervisor of the image.

I

id(String) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
ids(String) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
IfNotNullBindAvailabilityZoneToFormParam - Class in org.jclouds.ec2.binders
Binds the AvailabilityZone to a form parameter if set.
IfNotNullBindAvailabilityZoneToFormParam() - Constructor for class org.jclouds.ec2.binders.IfNotNullBindAvailabilityZoneToFormParam
 
IfNotNullBindAvailabilityZoneToFormParam(String) - Constructor for class org.jclouds.ec2.binders.IfNotNullBindAvailabilityZoneToFormParam
 
Image - Class in org.jclouds.ec2.domain
 
Image(String, Image.Architecture, String, String, String, String, String, Image.ImageState, Image.ImageType, boolean, Iterable<String>, String, String, String, RootDeviceType, String, Map<String, Image.EbsBlockDevice>, VirtualizationType, Hypervisor) - Constructor for class org.jclouds.ec2.domain.Image
 
Image.Architecture - Enum in org.jclouds.ec2.domain
 
Image.EbsBlockDevice - Class in org.jclouds.ec2.domain
 
Image.EbsBlockDevice(String, long, boolean) - Constructor for class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
Image.ImageState - Enum in org.jclouds.ec2.domain
 
Image.ImageType - Enum in org.jclouds.ec2.domain
 
ImageAttribute - Enum in org.jclouds.ec2.domain
An attribute of an AMI.
imageId - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
imageId(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
imageId - Variable in class org.jclouds.ec2.domain.RunningInstance
 
ImageIdHandler - Class in org.jclouds.ec2.xml
 
ImageIdHandler() - Constructor for class org.jclouds.ec2.xml.ImageIdHandler
 
imageIds(String...) - Static method in class org.jclouds.ec2.options.DescribeImagesOptions.Builder
 
imageIds(String...) - Method in class org.jclouds.ec2.options.DescribeImagesOptions
AMI IDs to describe.
imageIds(Iterable<String>) - Method in class org.jclouds.ec2.options.DescribeImagesOptions
 
inboundPorts(int...) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
inboundPorts(int...) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
indexFormValuesWithPrefix(String, String...) - Method in class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
 
indexFormValuesWithPrefix(String, Iterable<String>) - Method in class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
 
inItem() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
inItem() - Method in class org.jclouds.ec2.xml.DescribeInstancesResponseHandler
 
installDependencies() - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceContextModule
 
installPrivateKey(String) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
installPrivateKey(String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
installPrivateKey(Payload) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Deprecated. 
InstanceAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Instance Services via their REST API.
InstanceClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
InstanceHasIpAddress - Class in org.jclouds.ec2.predicates
Tests to see if a task succeeds.
InstanceHasIpAddress(EC2Client) - Constructor for class org.jclouds.ec2.predicates.InstanceHasIpAddress
 
instanceId - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceId(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceId - Variable in class org.jclouds.ec2.domain.RunningInstance
 
InstanceInitiatedShutdownBehaviorHandler - Class in org.jclouds.ec2.xml
 
InstanceInitiatedShutdownBehaviorHandler() - Constructor for class org.jclouds.ec2.xml.InstanceInitiatedShutdownBehaviorHandler
 
InstancePresent - Class in org.jclouds.ec2.compute.predicates
 
InstancePresent(EC2Client) - Constructor for class org.jclouds.ec2.compute.predicates.InstancePresent
 
InstanceState - Enum in org.jclouds.ec2.domain
The current state of the instance..
instanceState - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceState(InstanceState) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceState - Variable in class org.jclouds.ec2.domain.RunningInstance
 
InstanceStateChange - Class in org.jclouds.ec2.domain
 
InstanceStateChange(String, String, InstanceState, InstanceState) - Constructor for class org.jclouds.ec2.domain.InstanceStateChange
 
InstanceStateChangeHandler - Class in org.jclouds.ec2.xml
Parses the following XML document:

TerminateInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/" StartInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/" StopInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2010-06-15/"

InstanceStateChangeHandler() - Constructor for class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
InstanceStateRunning - Class in org.jclouds.ec2.predicates
Tests to see if a task succeeds.
InstanceStateRunning(EC2Client) - Constructor for class org.jclouds.ec2.predicates.InstanceStateRunning
 
InstanceStateStopped - Class in org.jclouds.ec2.predicates
Tests to see if a task succeeds.
InstanceStateStopped(InstanceClient) - Constructor for class org.jclouds.ec2.predicates.InstanceStateStopped
 
InstanceStateTerminated - Class in org.jclouds.ec2.predicates
Tests to see if a task succeeds.
InstanceStateTerminated(EC2Client) - Constructor for class org.jclouds.ec2.predicates.InstanceStateTerminated
 
instanceToImage - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
instanceToNodeState - Static variable in class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
instanceToNodeState - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
instanceToRegionAndName - Static variable in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
InstanceType - Class in org.jclouds.ec2.domain
The type of the instance.
InstanceType() - Constructor for class org.jclouds.ec2.domain.InstanceType
 
instanceType - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceType(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
instanceType - Variable in class org.jclouds.ec2.domain.RunningInstance
 
InstanceTypeHandler - Class in org.jclouds.ec2.xml
 
InstanceTypeHandler() - Constructor for class org.jclouds.ec2.xml.InstanceTypeHandler
 
ipAddress - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
ipAddress(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
ipAddress - Variable in class org.jclouds.ec2.domain.RunningInstance
 
IpPermission - Interface in org.jclouds.ec2.domain
 
IpPermissionImpl - Class in org.jclouds.ec2.domain
 
IpPermissionImpl(IpProtocol, int, int, Multimap<String, String>, Iterable<String>, Iterable<String>) - Constructor for class org.jclouds.ec2.domain.IpPermissionImpl
 
IpPermissionImpl.Builder - Class in org.jclouds.ec2.domain
 
IpPermissionImpl.Builder() - Constructor for class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
IpPermissions - Class in org.jclouds.ec2.util
Shortcut to create ingress rules
IpPermissions(IpProtocol, int, int, Multimap<String, String>, Iterable<String>, Iterable<String>) - Constructor for class org.jclouds.ec2.util.IpPermissions
 
IpPermissions.AndCodeSelection - Class in org.jclouds.ec2.util
 
IpPermissions.ICMPTypeSelection - Class in org.jclouds.ec2.util
 
IpPermissions.PortSelection - Class in org.jclouds.ec2.util
 
IpPermissions.ToPortSelection - Class in org.jclouds.ec2.util
 
IpPermissions.ToSourceSelection - Class in org.jclouds.ec2.util
 
IpPermissions.ToVPCSourceSelection - Class in org.jclouds.ec2.util
 
IpPermissions.ToVPCSourceSelection(IpProtocol, int, int) - Constructor for class org.jclouds.ec2.util.IpPermissions.ToVPCSourceSelection
 
ipProtocol(IpProtocol) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
IpProtocol - Enum in org.jclouds.ec2.domain
 
ipRange(String) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
ipRanges(Iterable<String>) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
is64Bit(boolean) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
isApiTerminationDisabledForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
isApiTerminationDisabledForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
 
isDeleteOnTermination() - Method in class org.jclouds.ec2.domain.BlockDevice
 
isDeleteOnTermination() - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
isPublic() - Method in class org.jclouds.ec2.domain.Image
Returns true if this image has public launch permissions.
itemDepth - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 

K

kernelId - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
kernelId(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
kernelId - Variable in class org.jclouds.ec2.domain.RunningInstance
 
keyFingerprint(String) - Method in class org.jclouds.ec2.domain.KeyPair.Builder
 
keyMaterial(String) - Method in class org.jclouds.ec2.domain.KeyPair.Builder
 
keyName(String) - Method in class org.jclouds.ec2.domain.KeyPair.Builder
 
keyName - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
keyName(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
keyName - Variable in class org.jclouds.ec2.domain.RunningInstance
 
keyPair(String) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
keyPair(String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Specifies the keypair used to run instances with
KeyPair - Class in org.jclouds.ec2.domain
 
KeyPair(String, String, String, String) - Constructor for class org.jclouds.ec2.domain.KeyPair
 
KeyPair.Builder - Class in org.jclouds.ec2.domain
 
KeyPair.Builder() - Constructor for class org.jclouds.ec2.domain.KeyPair.Builder
 
KeyPairAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
KeyPairClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
KeyPairResponseHandler - Class in org.jclouds.ec2.xml
 
KeyPairResponseHandler() - Constructor for class org.jclouds.ec2.xml.KeyPairResponseHandler
 

L

launchTime - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
launchTime(Date) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
launchTime - Variable in class org.jclouds.ec2.domain.RunningInstance
 
listDetailsOnNodesMatching(Predicate<ComputeMetadata>) - Method in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
listNodes() - Method in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
location(Location) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
locations - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
logger - Variable in class org.jclouds.ec2.compute.functions.CreateSecurityGroupIfNeeded
 
logger - Variable in class org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
 
logger - Variable in class org.jclouds.ec2.compute.functions.EC2ImageParser
 
logger - Variable in class org.jclouds.ec2.compute.functions.RegionAndIdToImage
 
logger - Variable in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
logger - Variable in class org.jclouds.ec2.compute.predicates.InstancePresent
 
logger - Variable in class org.jclouds.ec2.compute.strategy.DescribeImagesParallel
 
logger - Variable in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
logger - Variable in class org.jclouds.ec2.compute.strategy.EC2DestroyNodeStrategy
 
logger - Variable in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
logger - Variable in class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
 
logger - Variable in class org.jclouds.ec2.predicates.InstanceHasIpAddress
 
logger - Variable in class org.jclouds.ec2.predicates.InstanceStateRunning
 
logger - Variable in class org.jclouds.ec2.predicates.InstanceStateStopped
 
logger - Variable in class org.jclouds.ec2.predicates.InstanceStateTerminated
 
logger - Variable in class org.jclouds.ec2.predicates.SnapshotCompleted
 
logger - Variable in class org.jclouds.ec2.predicates.VolumeAttached
 
logger - Variable in class org.jclouds.ec2.predicates.VolumeAvailable
 
logger - Variable in class org.jclouds.ec2.xml.AllocateAddressResponseHandler
 
logger - Variable in class org.jclouds.ec2.xml.AttachmentHandler
 
logger - Variable in class org.jclouds.ec2.xml.BaseReservationHandler
 
logger - Variable in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
logger - Variable in class org.jclouds.ec2.xml.DescribeAddressesResponseHandler
 
logger - Variable in class org.jclouds.ec2.xml.DescribeAvailabilityZonesResponseHandler
 
logger - Variable in class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
logger - Variable in class org.jclouds.ec2.xml.DescribeRegionsResponseHandler
 

M

m1_large() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M1_LARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
Large Instance 7.5 GB memory 4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each) 850 GB instance storage (2x420 GB plus 10 GB root partition) 64-bit platform I/O Performance: High
m1_small() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M1_SMALL - Static variable in class org.jclouds.ec2.domain.InstanceType
Small Instance 1.7 GB memory 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit) 160 GB instance storage (150 GB plus 10 GB root partition) 32-bit platform I/O Performance: Moderate
m1_small32() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
m1_xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M1_XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
Extra Large Instance 15 GB memory 8 EC2 Compute Units (4 virtual cores with 2 EC2 Compute Units each) 1690 GB instance storage (4x420 GB plus 10 GB root partition) 64-bit platform I/O Performance: High
m2_2xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M2_2XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
High-Memory Double Extra Large Instance 34.2 GB of memory 13 EC2 Compute Units (4 virtual cores with 3.25 EC2 Compute Units each) 850 GB of instance storage 64-bit platform I/O Performance: High
m2_4xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M2_4XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
High-Memory Quadruple Extra Large Instance 68.4 GB of memory 26 EC2 Compute Units (8 virtual cores with 3.25 EC2 Compute Units each) 1690 GB of instance storage 64-bit platform I/O Performance: High
m2_xlarge() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
M2_XLARGE - Static variable in class org.jclouds.ec2.domain.InstanceType
High-Memory Extra Large Instance 17.1 GB of memory 6.5 EC2 Compute Units (2 virtual cores with 3.25 EC2 Compute Units each) 420 GB of instance storage 64-bit platform I/O Performance: Moderate
mapEBSSnapshotToDeviceName(String, String, Integer, boolean) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
mapEBSSnapshotToDeviceName(String, String, Integer, boolean) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
mapEphemeralDeviceToDeviceName(String, String) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
mapEphemeralDeviceToDeviceName(String, String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
mapNewVolumeToDeviceName(String, int, boolean) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
mapNewVolumeToDeviceName(String, int, boolean) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
message(RegionAndName, Exception) - Static method in class org.jclouds.ec2.compute.functions.RegionAndIdToImage
 

N

name(String) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
name - Variable in class org.jclouds.ec2.compute.domain.RegionAndName
 
nameTask(String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
newReservation() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
noDevice(Boolean) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
noKeyPair() - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
noKeyPair() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Do not use a keypair on instances
NONE - Static variable in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
NONE - Static variable in class org.jclouds.ec2.options.CreateImageOptions
 
NONE - Static variable in class org.jclouds.ec2.options.DescribeImagesOptions
 
NONE - Static variable in class org.jclouds.ec2.options.RunInstancesOptions
 
noReboot() - Static method in class org.jclouds.ec2.options.CreateImageOptions.Builder
 
noReboot() - Method in class org.jclouds.ec2.options.CreateImageOptions
By default this property is set to false, which means Amazon EC2 attempts to cleanly shut down the instance before image creation and reboots the instance afterwards.

O

optionsProvider - Variable in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
org.jclouds.ec2 - package org.jclouds.ec2
 
org.jclouds.ec2.binders - package org.jclouds.ec2.binders
 
org.jclouds.ec2.compute - package org.jclouds.ec2.compute
 
org.jclouds.ec2.compute.config - package org.jclouds.ec2.compute.config
 
org.jclouds.ec2.compute.domain - package org.jclouds.ec2.compute.domain
 
org.jclouds.ec2.compute.functions - package org.jclouds.ec2.compute.functions
 
org.jclouds.ec2.compute.internal - package org.jclouds.ec2.compute.internal
 
org.jclouds.ec2.compute.options - package org.jclouds.ec2.compute.options
 
org.jclouds.ec2.compute.predicates - package org.jclouds.ec2.compute.predicates
 
org.jclouds.ec2.compute.strategy - package org.jclouds.ec2.compute.strategy
 
org.jclouds.ec2.compute.suppliers - package org.jclouds.ec2.compute.suppliers
 
org.jclouds.ec2.compute.util - package org.jclouds.ec2.compute.util
 
org.jclouds.ec2.config - package org.jclouds.ec2.config
 
org.jclouds.ec2.domain - package org.jclouds.ec2.domain
 
org.jclouds.ec2.functions - package org.jclouds.ec2.functions
 
org.jclouds.ec2.options - package org.jclouds.ec2.options
 
org.jclouds.ec2.options.internal - package org.jclouds.ec2.options.internal
 
org.jclouds.ec2.predicates - package org.jclouds.ec2.predicates
 
org.jclouds.ec2.reference - package org.jclouds.ec2.reference
 
org.jclouds.ec2.services - package org.jclouds.ec2.services
 
org.jclouds.ec2.util - package org.jclouds.ec2.util
 
org.jclouds.ec2.xml - package org.jclouds.ec2.xml
 
originatingFromCidrBlock(String) - Method in class org.jclouds.ec2.util.IpPermissions.ToSourceSelection
 
originatingFromCidrBlocks(Iterable<String>) - Method in class org.jclouds.ec2.util.IpPermissions.ToSourceSelection
 
originatingFromSecurityGroupId(String) - Method in class org.jclouds.ec2.util.IpPermissions.ToVPCSourceSelection
 
originatingFromUserAndSecurityGroup(String, String) - Method in class org.jclouds.ec2.util.IpPermissions.ToSourceSelection
 
overrideCredentialsWith(Credentials) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
ownedBy(String...) - Static method in class org.jclouds.ec2.options.DescribeImagesOptions.Builder
 
ownedBy(String...) - Method in class org.jclouds.ec2.options.DescribeImagesOptions
Returns AMIs owned by the specified owner.
ownedBy(String...) - Static method in class org.jclouds.ec2.options.DescribeSnapshotsOptions.Builder
 
ownedBy(String...) - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
Returns snapshots owned by the specified owner.

P

parseDate() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
parseHardware(RunningInstance) - Method in class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
Permission - Class in org.jclouds.ec2.domain
 
Permission(Iterable<String>, Iterable<String>) - Constructor for class org.jclouds.ec2.domain.Permission
 
PermissionHandler - Class in org.jclouds.ec2.xml
 
PermissionHandler() - Constructor for class org.jclouds.ec2.xml.PermissionHandler
 
permit(IpProtocol) - Static method in class org.jclouds.ec2.util.IpPermissions
 
permitAnyProtocol() - Static method in class org.jclouds.ec2.util.IpPermissions
 
permitICMP() - Static method in class org.jclouds.ec2.util.IpPermissions
 
platform - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
platform(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
platform - Variable in class org.jclouds.ec2.domain.RunningInstance
 
pollRunningInstances() - Method in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
populateCredentials(Iterable<? extends RunningInstance>) - Method in class org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet
 
port(int) - Method in class org.jclouds.ec2.util.IpPermissions.PortSelection
 
privateDnsName - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
privateDnsName(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
privateDnsName - Variable in class org.jclouds.ec2.domain.RunningInstance
 
privateIpAddress - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
privateIpAddress(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
privateIpAddress - Variable in class org.jclouds.ec2.domain.RunningInstance
 
processors(List<Processor>) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
PROPERTY_EC2_AMI_OWNERS - Static variable in interface org.jclouds.ec2.reference.EC2Constants
Listing the universe of amis is extremely expensive.
provideImageMap(Function<RegionAndName, Image>) - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
provideRegionAndNameToImageSupplierCache(long, RegionAndNameToImageSupplier) - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceContextModule
 
providerId(String) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
PublicIpInstanceIdPair - Class in org.jclouds.ec2.domain
 
PublicIpInstanceIdPair(String, String, String) - Constructor for class org.jclouds.ec2.domain.PublicIpInstanceIdPair
 

R

ram(int) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
ramdiskId - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
ramdiskId(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
ramdiskId - Variable in class org.jclouds.ec2.domain.RunningInstance
 
randomSuffix - Variable in class org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
 
reason - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
reason(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
reason - Variable in class org.jclouds.ec2.domain.RunningInstance
 
rebootInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
rebootInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceClient
Requests a reboot of one or more instances.
rebootNode(String) - Method in class org.jclouds.ec2.compute.strategy.EC2RebootNodeStrategy
 
refineBuilderBeforeAddingInstance() - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
refresh(RegionAndName) - Method in class org.jclouds.ec2.compute.predicates.InstancePresent
 
region - Variable in class org.jclouds.ec2.compute.domain.RegionAndName
 
region(String) - Method in class org.jclouds.ec2.domain.KeyPair.Builder
 
region - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
region(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
region - Variable in class org.jclouds.ec2.domain.RunningInstance
 
RegionAndIdToImage - Class in org.jclouds.ec2.compute.functions
 
RegionAndIdToImage(EC2ImageParser, EC2Client) - Constructor for class org.jclouds.ec2.compute.functions.RegionAndIdToImage
 
RegionAndName - Class in org.jclouds.ec2.compute.domain
 
RegionAndName(String, String) - Constructor for class org.jclouds.ec2.compute.domain.RegionAndName
 
RegionAndNameToImageSupplier - Class in org.jclouds.ec2.compute.suppliers
 
RegionAndNameToImageSupplier(Set<String>, DescribeImagesParallel, String[], EC2ImageParser, Map<RegionAndName, Image>) - Constructor for class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
 
RegionNameAndIngressRules - Class in org.jclouds.ec2.compute.domain
 
RegionNameAndIngressRules(String, String, int[], boolean) - Constructor for class org.jclouds.ec2.compute.domain.RegionNameAndIngressRules
 
regions - Variable in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
regions(String...) - Static method in class org.jclouds.ec2.options.DescribeRegionsOptions.Builder
 
regions(String...) - Method in class org.jclouds.ec2.options.DescribeRegionsOptions
Name of a Region.
RegisterImageBackedByEbsOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the RegisterImage operation.
RegisterImageBackedByEbsOptions() - Constructor for class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
 
RegisterImageBackedByEbsOptions.Builder - Class in org.jclouds.ec2.options
 
RegisterImageBackedByEbsOptions.Builder() - Constructor for class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
registerImageFromManifestInRegion(String, String, String, RegisterImageOptions...) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
registerImageFromManifestInRegion(String, String, String, RegisterImageOptions...) - Method in interface org.jclouds.ec2.services.AMIClient
Registers an AMI with Amazon EC2.
RegisterImageOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the RegisterImage operation.
RegisterImageOptions() - Constructor for class org.jclouds.ec2.options.RegisterImageOptions
 
RegisterImageOptions.Builder - Class in org.jclouds.ec2.options
 
RegisterImageOptions.Builder() - Constructor for class org.jclouds.ec2.options.RegisterImageOptions.Builder
 
registerUnixImageBackedByEbsInRegion(String, String, String, RegisterImageBackedByEbsOptions...) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
registerUnixImageBackedByEbsInRegion(String, String, String, RegisterImageBackedByEbsOptions...) - Method in interface org.jclouds.ec2.services.AMIClient
Registers an AMI with Amazon EC2.
releaseAddressInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressAsyncClient
 
releaseAddressInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticIPAddressClient
Releases an elastic IP address associated with your identity.
removeCreateVolumePermissionsFromSnapshotInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
removeCreateVolumePermissionsFromSnapshotInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Removes createVolumePermissions from an EBS snapshot.
removeLaunchPermissionsFromImageInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
removeLaunchPermissionsFromImageInRegion(String, Iterable<String>, Iterable<String>, String) - Method in interface org.jclouds.ec2.services.AMIClient
Removes launchPermissions from an AMI.
Reservation<T extends RunningInstance> - Class in org.jclouds.ec2.domain
 
Reservation(String, Iterable<String>, Iterable<T>, String, String, String) - Constructor for class org.jclouds.ec2.domain.Reservation
 
ReservedInstancesOffering - Class in org.jclouds.ec2.domain
 
ReservedInstancesOffering(String, String, long, float, String, String, String, float) - Constructor for class org.jclouds.ec2.domain.ReservedInstancesOffering
 
resetCreateVolumePermissionsOnSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreAsyncClient
 
resetCreateVolumePermissionsOnSnapshotInRegion(String, String) - Method in interface org.jclouds.ec2.services.ElasticBlockStoreClient
Resets the createVolumePermissions on an EBS snapshot.
resetKernelForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
resetKernelForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
Resets an attribute of an instance to its default value.
resetLaunchPermissionsOnImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIAsyncClient
 
resetLaunchPermissionsOnImageInRegion(String, String) - Method in interface org.jclouds.ec2.services.AMIClient
Resets the launchPermissions on an AMI.
resetRamdiskForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
resetRamdiskForInstanceInRegion(String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
Resets an attribute of an instance to its default value.
resolveImage(Hardware, Iterable<? extends Image>) - Method in class org.jclouds.ec2.compute.internal.EC2TemplateBuilderImpl
 
restorableBy(String...) - Static method in class org.jclouds.ec2.options.DescribeSnapshotsOptions.Builder
 
restorableBy(String...) - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
Account ID of a user that can create volumes from the snapshot.
resumeNode(String) - Method in class org.jclouds.ec2.compute.strategy.EC2ResumeNodeStrategy
 
ReturnVoidOnVolumeAvailable - Class in org.jclouds.ec2.functions
 
ReturnVoidOnVolumeAvailable() - Constructor for class org.jclouds.ec2.functions.ReturnVoidOnVolumeAvailable
 
ReviseParsedImage - Interface in org.jclouds.ec2.compute.strategy
 
reviseParsedImage(Image, ImageBuilder, OsFamily, OperatingSystem.Builder) - Method in class org.jclouds.ec2.compute.strategy.ReviseParsedImage.NoopReviseParsedImage
 
reviseParsedImage(Image, ImageBuilder, OsFamily, OperatingSystem.Builder) - Method in interface org.jclouds.ec2.compute.strategy.ReviseParsedImage
 
ReviseParsedImage.NoopReviseParsedImage - Class in org.jclouds.ec2.compute.strategy
 
ReviseParsedImage.NoopReviseParsedImage() - Constructor for class org.jclouds.ec2.compute.strategy.ReviseParsedImage.NoopReviseParsedImage
 
revokeSecurityGroupIngressInRegion(String, String, UserIdGroupPair) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
revokeSecurityGroupIngressInRegion(String, String, IpProtocol, int, int, String) - Method in interface org.jclouds.ec2.services.SecurityGroupAsyncClient
 
revokeSecurityGroupIngressInRegion(String, String, UserIdGroupPair) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Revokes permissions from a security group.
revokeSecurityGroupIngressInRegion(String, String, IpProtocol, int, int, String) - Method in interface org.jclouds.ec2.services.SecurityGroupClient
Revokes permissions from a security group.
rootDeviceName - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
rootDeviceName(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
rootDeviceName - Variable in class org.jclouds.ec2.domain.RunningInstance
 
rootDeviceType(RootDeviceType) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
rootDeviceType(RootDeviceType) - Static method in class org.jclouds.ec2.compute.predicates.EC2ImagePredicates
evaluates true if the Image has the specified root device type
RootDeviceType - Enum in org.jclouds.ec2.domain
The root device type used by the AMI.
rootDeviceType - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
rootDeviceType(RootDeviceType) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
rootDeviceType - Variable in class org.jclouds.ec2.domain.RunningInstance
 
runAsRoot(boolean) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
runInstancesInRegion(String, String, String, int, int, RunInstancesOptions...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
runInstancesInRegion(String, String, String, int, int, RunInstancesOptions...) - Method in interface org.jclouds.ec2.services.InstanceClient
Launches a specified number of instances of an AMI for which you have permissions.
RunInstancesOptions - Class in org.jclouds.ec2.options
Contains options supported in the Form API for the RunInstances operation.
RunInstancesOptions() - Constructor for class org.jclouds.ec2.options.RunInstancesOptions
 
RunInstancesOptions.Builder - Class in org.jclouds.ec2.options
 
RunInstancesOptions.Builder() - Constructor for class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
RunInstancesResponseHandler - Class in org.jclouds.ec2.xml
Parses the following XML document:

RunInstancesResponse xmlns="http:

RunningInstance - Class in org.jclouds.ec2.domain
 
RunningInstance(String, Iterable<String>, String, String, String, String, InstanceState, String, String, String, String, Date, String, String, String, String, String, String, String, RootDeviceType, String, Map<String, BlockDevice>) - Constructor for class org.jclouds.ec2.domain.RunningInstance
 
RunningInstance.Builder - Class in org.jclouds.ec2.domain
 
RunningInstance.Builder() - Constructor for class org.jclouds.ec2.domain.RunningInstance.Builder
 
RunningInstanceToNodeMetadata - Class in org.jclouds.ec2.compute.functions
 
RunningInstanceToNodeMetadata(Map<InstanceState, NodeState>, Map<String, Credentials>, Map<RegionAndName, Image>, Supplier<Set<? extends Location>>, Supplier<Set<? extends Hardware>>) - Constructor for class org.jclouds.ec2.compute.functions.RunningInstanceToNodeMetadata
 
runningInstanceToNodeMetadata - Variable in class org.jclouds.ec2.compute.strategy.EC2ListNodesStrategy
 
runScript(byte[]) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
runScript(Payload) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
runScript(byte[]) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Deprecated. 
runScript(Statement) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions

S

SecurityGroup - Class in org.jclouds.ec2.domain
 
SecurityGroup(String, String, String, String, String, Set<IpPermissionImpl>) - Constructor for class org.jclouds.ec2.domain.SecurityGroup
 
SecurityGroupAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
SecurityGroupClient - Interface in org.jclouds.ec2.services
Provides access to EC2 via their REST API.
securityGroupMap(Function<RegionNameAndIngressRules, String>) - Method in class org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
 
securityGroupMap - Variable in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
securityGroups(String...) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
securityGroups(Iterable<String>) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
securityGroups(String...) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
securityGroups(Iterable<String>) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Specifies the security groups to be used for nodes with this template
setApiTerminationDisabledForInstanceInRegion(String, String, boolean) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setApiTerminationDisabledForInstanceInRegion(String, String, boolean) - Method in interface org.jclouds.ec2.services.InstanceClient
This command works while the instance is running and controls whether or not the api can be used to terminate the instance.
setBlockDeviceMappingForInstanceInRegion(String, String, Map<String, BlockDevice>) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setBlockDeviceMappingForInstanceInRegion(String, String, Map<String, BlockDevice>) - Method in interface org.jclouds.ec2.services.InstanceClient
Sets the blockDeviceMapping used for an instance.
setContext(HttpRequest) - Method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
setContext(HttpRequest) - Method in class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
setContext(HttpRequest) - Method in class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
setContext(HttpRequest) - Method in class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String, String, Volume.InstanceInitiatedShutdownBehavior) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String, String, Volume.InstanceInitiatedShutdownBehavior) - Method in interface org.jclouds.ec2.services.InstanceClient
Specifies whether the instance's Amazon EBS volumes are stopped or terminated when the instance is shut down.
setInstanceTypeForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setInstanceTypeForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
Sets the instanceType used for starting the instance.
setKernelForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setKernelForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
Sets the kernelId used for starting the instance.
setRamdiskForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setRamdiskForInstanceInRegion(String, String, String) - Method in interface org.jclouds.ec2.services.InstanceClient
Sets the ramdisk used for starting the instance.
setUserDataForInstanceInRegion(String, String, byte[]) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
setUserDataForInstanceInRegion(String, String, byte[]) - Method in interface org.jclouds.ec2.services.InstanceClient
Sets the userData used for starting the instance.
shouldAuthorizeSelf() - Method in class org.jclouds.ec2.compute.domain.RegionNameAndIngressRules
 
shouldAutomaticallyCreateKeyPair() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
sizeInGib(Integer) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
Snapshot - Class in org.jclouds.ec2.domain
 
Snapshot(String, String, String, int, Snapshot.Status, Date, int, String, String, String) - Constructor for class org.jclouds.ec2.domain.Snapshot
 
Snapshot.Status - Enum in org.jclouds.ec2.domain
 
SnapshotCompleted - Class in org.jclouds.ec2.predicates
Tests to see if a snapshot is completed.
SnapshotCompleted(ElasticBlockStoreClient) - Constructor for class org.jclouds.ec2.predicates.SnapshotCompleted
 
SnapshotHandler - Class in org.jclouds.ec2.xml
 
SnapshotHandler(DateService, String) - Constructor for class org.jclouds.ec2.xml.SnapshotHandler
 
snapshotId(String) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
snapshotIds(String...) - Static method in class org.jclouds.ec2.options.DescribeSnapshotsOptions.Builder
 
snapshotIds(String...) - Method in class org.jclouds.ec2.options.DescribeSnapshotsOptions
The ID of the Amazon EBS snapshot.
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.BaseReservationHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.CreateVolumeResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeAvailabilityZonesResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeBundleTasksResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeImagesResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeSecurityGroupsResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeSnapshotsResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.DescribeVolumesResponseHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.ec2.xml.InstanceStateChangeHandler
 
startInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
startInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceClient
Starts an instance that uses an Amazon EBS volume as its root device.
stopInstancesInRegion(String, boolean, String...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
stopInstancesInRegion(String, boolean, String...) - Method in interface org.jclouds.ec2.services.InstanceClient
Stops an instance that uses an Amazon EBS volume as its root device.
StringValueHandler - Class in org.jclouds.ec2.xml
 
StringValueHandler() - Constructor for class org.jclouds.ec2.xml.StringValueHandler
 
supportsImage(Predicate<Image>) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
supportsImageIds(Iterable<String>) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
suspendNode(String) - Method in class org.jclouds.ec2.compute.strategy.EC2SuspendNodeStrategy
 

T

t1_micro() - Static method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
T1_MICRO - Static variable in class org.jclouds.ec2.domain.InstanceType
Micro Instance 613 MB of memory up to 2 ECUs (for short periodic bursts) No instance storage (EBS storage only) 32-bit or 64-bit platform
templateOptions() - Method in class org.jclouds.ec2.compute.EC2ComputeService
returns template options, except of type EC2TemplateOptions.
terminateInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceAsyncClient
 
terminateInstancesInRegion(String, String...) - Method in interface org.jclouds.ec2.services.InstanceClient
Shuts down one or more instances.
to(int) - Method in class org.jclouds.ec2.util.IpPermissions.ToPortSelection
 
toBuilder() - Method in class org.jclouds.ec2.domain.KeyPair
 
toEC2SecurityGroups(Multimap<String, String>) - Method in class org.jclouds.ec2.util.IpPermissions.ToSourceSelection
 
toPort(int) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
toString() - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.IsWindows
 
toString() - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresRootDeviceType
 
toString() - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder.RequiresVirtualizationType
 
toString() - Method in class org.jclouds.ec2.compute.domain.RegionAndName
 
toString() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
toString() - Method in enum org.jclouds.ec2.domain.Attachment.Status
 
toString() - Method in class org.jclouds.ec2.domain.Attachment
 
toString() - Method in class org.jclouds.ec2.domain.AvailabilityZoneInfo
 
toString() - Method in class org.jclouds.ec2.domain.BlockDevice
 
toString() - Method in class org.jclouds.ec2.domain.BlockDeviceMapping
 
toString() - Method in class org.jclouds.ec2.domain.BundleInstanceS3Storage
 
toString() - Method in class org.jclouds.ec2.domain.BundleTask.Error
 
toString() - Method in class org.jclouds.ec2.domain.BundleTask
 
toString() - Method in enum org.jclouds.ec2.domain.Hypervisor
 
toString() - Method in class org.jclouds.ec2.domain.Image.EbsBlockDevice
 
toString() - Method in class org.jclouds.ec2.domain.Image
 
toString() - Method in enum org.jclouds.ec2.domain.ImageAttribute
 
toString() - Method in enum org.jclouds.ec2.domain.InstanceState
 
toString() - Method in class org.jclouds.ec2.domain.InstanceStateChange
 
toString() - Method in class org.jclouds.ec2.domain.IpPermissionImpl
 
toString() - Method in enum org.jclouds.ec2.domain.IpProtocol
 
toString() - Method in class org.jclouds.ec2.domain.KeyPair
 
toString() - Method in class org.jclouds.ec2.domain.Permission
 
toString() - Method in class org.jclouds.ec2.domain.ReservedInstancesOffering
 
toString() - Method in enum org.jclouds.ec2.domain.RootDeviceType
 
toString() - Method in class org.jclouds.ec2.domain.RunningInstance
 
toString() - Method in class org.jclouds.ec2.domain.SecurityGroup
 
toString() - Method in enum org.jclouds.ec2.domain.Snapshot.Status
 
toString() - Method in class org.jclouds.ec2.domain.Snapshot
 
toString() - Method in enum org.jclouds.ec2.domain.VirtualizationType
 
toString() - Method in enum org.jclouds.ec2.domain.Volume.InstanceInitiatedShutdownBehavior
 
toString() - Method in enum org.jclouds.ec2.domain.Volume.Status
 
toString() - Method in class org.jclouds.ec2.domain.Volume
 
toString() - Method in class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
 
toVPCSecurityGroups(Iterable<String>) - Method in class org.jclouds.ec2.util.IpPermissions.ToVPCSourceSelection
 
type(int) - Method in class org.jclouds.ec2.util.IpPermissions.ICMPTypeSelection
 

U

UnencodeStringValueHandler - Class in org.jclouds.ec2.xml
 
UnencodeStringValueHandler() - Constructor for class org.jclouds.ec2.xml.UnencodeStringValueHandler
 
unmapDeviceNamed(String) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
unmapDeviceNamed(String) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
 
uri(URI) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
userData(byte[]) - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
userData(byte[]) - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
Unencoded data
userIdGroupPair(String, String) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
UserIdGroupPair - Class in org.jclouds.ec2.domain
 
UserIdGroupPair(String, String) - Constructor for class org.jclouds.ec2.domain.UserIdGroupPair
 
userIdGroupPairs(Multimap<String, String>) - Method in class org.jclouds.ec2.domain.IpPermissionImpl.Builder
 
userMetadata(Map<String, String>) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
userSpecifiedTheirOwnGroups(TemplateOptions) - Method in class org.jclouds.ec2.compute.strategy.CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
 
usingKeyPairAndNotDead(KeyPair) - Method in class org.jclouds.ec2.compute.EC2ComputeService
 

V

value() - Method in enum org.jclouds.ec2.domain.Attachment.Status
 
value() - Method in enum org.jclouds.ec2.domain.Hypervisor
 
value() - Method in enum org.jclouds.ec2.domain.Image.Architecture
 
value() - Method in enum org.jclouds.ec2.domain.Image.ImageState
 
value() - Method in enum org.jclouds.ec2.domain.Image.ImageType
 
value() - Method in enum org.jclouds.ec2.domain.ImageAttribute
 
value() - Method in enum org.jclouds.ec2.domain.InstanceState
 
value() - Method in enum org.jclouds.ec2.domain.IpProtocol
 
value() - Method in enum org.jclouds.ec2.domain.RootDeviceType
 
value() - Method in enum org.jclouds.ec2.domain.Snapshot.Status
 
value() - Method in enum org.jclouds.ec2.domain.VirtualizationType
 
value() - Method in enum org.jclouds.ec2.domain.Volume.InstanceInitiatedShutdownBehavior
 
value() - Method in enum org.jclouds.ec2.domain.Volume.Status
 
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Attachment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Hypervisor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Image.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Image.ImageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Image.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.ImageAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.InstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.IpProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.RootDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Snapshot.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.VirtualizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Volume.InstanceInitiatedShutdownBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.ec2.domain.Volume.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jclouds.ec2.domain.Attachment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Hypervisor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Image.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Image.ImageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Image.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.ImageAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.IpProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.RootDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Snapshot.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.VirtualizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Volume.InstanceInitiatedShutdownBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.ec2.domain.Volume.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.jclouds.ec2.EC2AsyncClient
 
virtualizationType(VirtualizationType) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 
virtualizationType - Variable in class org.jclouds.ec2.domain.RunningInstance.Builder
 
virtualizationType(String) - Method in class org.jclouds.ec2.domain.RunningInstance.Builder
 
virtualizationType - Variable in class org.jclouds.ec2.domain.RunningInstance
 
VirtualizationType - Enum in org.jclouds.ec2.domain
Virtualization type of the image.
virtualName(String) - Method in class org.jclouds.ec2.domain.BlockDeviceMapping.Builder
 
Volume - Class in org.jclouds.ec2.domain
 
Volume(String, String, int, String, String, Volume.Status, Date, Iterable<Attachment>) - Constructor for class org.jclouds.ec2.domain.Volume
 
Volume.InstanceInitiatedShutdownBehavior - Enum in org.jclouds.ec2.domain
Specifies whether the instance's Amazon EBS volumes are stopped or terminated when the instance is shut down.
Volume.Status - Enum in org.jclouds.ec2.domain
 
VolumeAttached - Class in org.jclouds.ec2.predicates
Tests to see if a volume is attached.
VolumeAttached(ElasticBlockStoreClient) - Constructor for class org.jclouds.ec2.predicates.VolumeAttached
 
VolumeAvailable - Class in org.jclouds.ec2.predicates
Tests to see if a volume is completed.
VolumeAvailable(ElasticBlockStoreClient) - Constructor for class org.jclouds.ec2.predicates.VolumeAvailable
 
volumes(List<Volume>) - Method in class org.jclouds.ec2.compute.domain.EC2HardwareBuilder
 

W

WindowsAsyncClient - Interface in org.jclouds.ec2.services
Provides access to EC2 Windows via their REST API.
WindowsClient - Interface in org.jclouds.ec2.services
Provides windows services for EC2.
withBlockDeviceMappings(Set<? extends BlockDeviceMapping>) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withBlockDeviceMappings(Set<? extends BlockDeviceMapping>) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Specifies the Block Device Mapping for the instance
withDescription(String) - Static method in class org.jclouds.ec2.options.CreateImageOptions.Builder
 
withDescription(String) - Method in class org.jclouds.ec2.options.CreateImageOptions
The description of the AMI that was provided during image creation.
withDescription(String) - Static method in class org.jclouds.ec2.options.CreateSnapshotOptions.Builder
 
withDescription(String) - Method in class org.jclouds.ec2.options.CreateSnapshotOptions
Description of the Amazon EBS snapshot.
withDescription(String) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
withDescription(String) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
The description of the AMI.
withDescription(String) - Static method in class org.jclouds.ec2.options.RegisterImageOptions.Builder
 
withDescription(String) - Method in class org.jclouds.ec2.options.RegisterImageOptions
The description of the AMI.
withDetails() - Static method in class org.jclouds.ec2.compute.options.EC2TemplateOptions.Builder
 
withKernelId(String) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
withKernelId(String) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
The ID of the kernel to select.
withKernelId(String) - Static method in class org.jclouds.ec2.options.RegisterImageOptions.Builder
 
withKernelId(String) - Method in class org.jclouds.ec2.options.RegisterImageOptions
The ID of the kernel to select.
withKernelId(String) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withKernelId(String) - Method in class org.jclouds.ec2.options.RunInstancesOptions
The ID of the kernel with which to launch the instance.
withKeyName(String) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withKeyName(String) - Method in class org.jclouds.ec2.options.RunInstancesOptions
The name of the key pair.
withMetadata() - Method in class org.jclouds.ec2.compute.options.EC2TemplateOptions
withModules(Iterable<Module>) - Method in class org.jclouds.ec2.EC2ContextBuilder
 
withRamdisk(String) - Static method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions.Builder
 
withRamdisk(String) - Method in class org.jclouds.ec2.options.RegisterImageBackedByEbsOptions
The ID of the RAM disk to select.
withRamdisk(String) - Static method in class org.jclouds.ec2.options.RegisterImageOptions.Builder
 
withRamdisk(String) - Method in class org.jclouds.ec2.options.RegisterImageOptions
The ID of the RAM disk to select.
withRamdisk(String) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withRamdisk(String) - Method in class org.jclouds.ec2.options.RunInstancesOptions
The ID of the RAM disk with which to launch the instance.
withSecurityGroup(String) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withSecurityGroup(String) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Attaches a single security group.
withSecurityGroups(String...) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Attach multiple security groups
withSecurityGroups(Iterable<String>) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Attach multiple security groups
withUserData(byte[]) - Static method in class org.jclouds.ec2.options.RunInstancesOptions.Builder
 
withUserData(byte[]) - Method in class org.jclouds.ec2.options.RunInstancesOptions
Unencoded data

Z

zones(String...) - Method in class org.jclouds.ec2.options.DescribeAvailabilityZonesOptions
Availability Zone name.

A B C D E F G H I K L M N O P R S T U V W Z

Copyright © 2009-2011 jclouds. All Rights Reserved.