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

A

accessKey - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
Address - Class in org.mule.modules.ec2.model
 
Address() - Constructor for class org.mule.modules.ec2.model.Address
The default constructor of the Address object
allocateAddress(String) - Method in class org.mule.modules.ec2.EC2Connector
Acquires an Elastic IP address.
AllocateAddressResult - Class in org.mule.modules.ec2.model
 
AllocateAddressResult() - Constructor for class org.mule.modules.ec2.model.AllocateAddressResult
The default construcor of the DescribePlacementGroupResult
ArchitectureValues - Enum in org.mule.modules.ec2.model
 
areAllNull(Object, Object, Object) - Static method in class org.mule.modules.ec2.util.ModelUtils
 
assignIpv6Addresses(String, Integer, List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Assigns one or more IPv6 addresses to the specified network interface.
AssignIpv6AddressesResult - Class in org.mule.modules.ec2.model
 
AssignIpv6AddressesResult() - Constructor for class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
assignPrivateIpAddresses(String, Boolean, List<String>, Integer) - Method in class org.mule.modules.ec2.EC2Connector
Assigns one or more secondary private IP addresses to the specified network interface
associateAddress(String, Boolean, String, String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Associates an Elastic IP address with an instance or a network interface.
AssociateAddressResult - Class in org.mule.modules.ec2.model
 
AssociateAddressResult() - Constructor for class org.mule.modules.ec2.model.AssociateAddressResult
The default constructor of the AssociateAddressResult.
associateIamInstanceProfile(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Associates an IAM instance profile with a running or stopped instance.
AssociateIamInstanceProfileResult - Class in org.mule.modules.ec2.model
 
AssociateIamInstanceProfileResult() - Constructor for class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
 
AttachmentStatus - Enum in org.mule.modules.ec2.model
 
attachNetworkInterface(Integer, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Attaches a network interface to an instance.
AttachNetworkInterfaceResult - Class in org.mule.modules.ec2.model
 
AttachNetworkInterfaceResult() - Constructor for class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
 
attachVolume(String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
AttachVolumeResult - Class in org.mule.modules.ec2.model
 
AttachVolumeResult() - Constructor for class org.mule.modules.ec2.model.AttachVolumeResult
 
authorizeSecurityGroupEgress(String, String, String, Integer, Integer, List<IpPermission>, String, String) - Method in class org.mule.modules.ec2.EC2Connector
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.
AuthorizeSecurityGroupEgressResult - Class in org.mule.modules.ec2.model
 
AuthorizeSecurityGroupEgressResult() - Constructor for class org.mule.modules.ec2.model.AuthorizeSecurityGroupEgressResult
 
authorizeSecurityGroupIngress(String, String, String, String, Integer, Integer, List<IpPermission>, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Adds one or more ingress rules to a security group.
AuthorizeSecurityGroupIngressResult - Class in org.mule.modules.ec2.model
 
AuthorizeSecurityGroupIngressResult() - Constructor for class org.mule.modules.ec2.model.AuthorizeSecurityGroupIngressResult
 
AvailabilityZone - Class in org.mule.modules.ec2.model
 
AvailabilityZone() - Constructor for class org.mule.modules.ec2.model.AvailabilityZone
 
AvailabilityZoneMessage - Class in org.mule.modules.ec2.model
 
AvailabilityZoneMessage() - Constructor for class org.mule.modules.ec2.model.AvailabilityZoneMessage
 
AvailabilityZoneState - Enum in org.mule.modules.ec2.model
 
AWS_CLIENT_MAX_ERROR_RETRY - Static variable in class org.mule.modules.aws.commons.ClientBuilder
 
awsAsyncClientBuilder - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
awsSyncClientBuilder - Variable in class org.mule.modules.aws.commons.ClientBuilder
 

B

BlockDeviceMapping - Class in org.mule.modules.ec2.model
 
BlockDeviceMapping() - Constructor for class org.mule.modules.ec2.model.BlockDeviceMapping
 
buildAsyncClient(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
buildClient(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 

C

ClientBuilder<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws.commons
 
ClientBuilder() - Constructor for class org.mule.modules.aws.commons.ClientBuilder
 
clientBuilder - Variable in class org.mule.modules.aws.commons.CommonConfig
 
clientConfig - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
CommonConfig<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws.commons
 
CommonConfig() - Constructor for class org.mule.modules.aws.commons.CommonConfig
 
Config - Class in org.mule.modules.ec2
 
Config() - Constructor for class org.mule.modules.ec2.Config
 
connect() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
connect(String, String, boolean) - Method in class org.mule.modules.ec2.Config
Login to Amazon S3
connect() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
connectionId - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
connectionId() - Method in class org.mule.modules.ec2.Config
 
copyKeyPairsInfo(List<KeyPairInfo>, List<KeyPairInfo>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
copySnapshot(String, RegionEndpoint, String, RegionEndpoint, String, Boolean, String) - Method in class org.mule.modules.ec2.EC2Connector
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
CopySnapshotResult - Class in org.mule.modules.ec2.model
 
CopySnapshotResult() - Constructor for class org.mule.modules.ec2.model.CopySnapshotResult
 
createClientConfiguration() - Method in class org.mule.modules.aws.commons.ClientBuilder
Creates the configuration for the AWSClient
createImage(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Creates an Amazon EBS-backed AMI from a running or stopped instance
CreateImageResult - Class in org.mule.modules.ec2.model
 
CreateImageResult(String) - Constructor for class org.mule.modules.ec2.model.CreateImageResult
The ID of the new AMI.
createKeyPair(String) - Method in class org.mule.modules.ec2.EC2Connector
Creates a new 2048-bit RSA key pair with the specified name.
CreateKeyPairResult - Class in org.mule.modules.ec2.model
 
CreateKeyPairResult() - Constructor for class org.mule.modules.ec2.model.CreateKeyPairResult
 
createNetworkInterface(String, String, List<String>, Integer, List<InstanceIpv6Address>, String, List<PrivateIpAddressSpecification>, Integer) - Method in class org.mule.modules.ec2.EC2Connector
Creates a network interface in the specified subnet.
CreateNetworkInterfaceResult - Class in org.mule.modules.ec2.model
 
CreateNetworkInterfaceResult() - Constructor for class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
 
createSecurityGroup(String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Creates a security group.
CreateSecurityGroupResult - Class in org.mule.modules.ec2.model
 
CreateSecurityGroupResult() - Constructor for class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
createSnapshot(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Creates a snapshot of an EBS volume and stores it in Amazon S3.
CreateSnapshotResult - Class in org.mule.modules.ec2.model
 
CreateSnapshotResult() - Constructor for class org.mule.modules.ec2.model.CreateSnapshotResult
 
createTags(List<String>, List<Tag>) - Method in class org.mule.modules.ec2.EC2Connector
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
createVolume(String, boolean, Integer, String, Integer, String, VolumeType) - Method in class org.mule.modules.ec2.EC2Connector
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
CreateVolumePermission - Class in org.mule.modules.ec2.model
 
CreateVolumePermission() - Constructor for class org.mule.modules.ec2.model.CreateVolumePermission
 
CreateVolumeResult - Class in org.mule.modules.ec2.model
 
CreateVolumeResult() - Constructor for class org.mule.modules.ec2.model.CreateVolumeResult
 
CreateVolumeResult(Volume) - Constructor for class org.mule.modules.ec2.model.CreateVolumeResult
 
customSetupClientBuilder() - Method in class org.mule.modules.aws.commons.ClientBuilder
 

D

deleteKeyPair(String) - Method in class org.mule.modules.ec2.EC2Connector
Deletes the specified key pair, by removing the public key from Amazon EC2.
deleteNetworkInterface(String) - Method in class org.mule.modules.ec2.EC2Connector
Deletes the specified network interface.
deleteSecurityGroup(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Deletes a security group.
DeleteSecurityGroupResult - Class in org.mule.modules.ec2.model
 
DeleteSecurityGroupResult() - Constructor for class org.mule.modules.ec2.model.DeleteSecurityGroupResult
 
deleteSnapshot(String) - Method in class org.mule.modules.ec2.EC2Connector
Deletes the specified snapshot.
DeleteSnapshotResult - Class in org.mule.modules.ec2.model
 
DeleteSnapshotResult() - Constructor for class org.mule.modules.ec2.model.DeleteSnapshotResult
 
deleteTags(List<String>, List<Tag>) - Method in class org.mule.modules.ec2.EC2Connector
Deletes a specific set of tags from a specific set of resources.
deleteVolume(String) - Method in class org.mule.modules.ec2.EC2Connector
Deletes the specified EBS volume.
DeleteVolumeResult - Class in org.mule.modules.ec2.model
 
DeleteVolumeResult() - Constructor for class org.mule.modules.ec2.model.DeleteVolumeResult
 
deregisterImage(String) - Method in class org.mule.modules.ec2.EC2Connector
Deregisters the specified AMI.
describeAddresses(List<String>, List<Filter>, List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of your Elastic IP addresses.
DescribeAddressesResult - Class in org.mule.modules.ec2.model
 
DescribeAddressesResult() - Constructor for class org.mule.modules.ec2.model.DescribeAddressesResult
 
describeAvailabilityZones(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of the Availability Zones that are currently available to the account.
DescribeAvailabilityZonesResult - Class in org.mule.modules.ec2.model
 
DescribeAvailabilityZonesResult() - Constructor for class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
 
describeIamInstanceProfileAssociations(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes your IAM instance profile associations.
DescribeIamInstanceProfileAssociationsResult - Class in org.mule.modules.ec2.model
 
DescribeIamInstanceProfileAssociationsResult() - Constructor for class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
 
describeImageAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Describes an attributes of an AMI.
DescribeImageAttributeResult - Class in org.mule.modules.ec2.model
 
DescribeImageAttributeResult() - Constructor for class org.mule.modules.ec2.model.DescribeImageAttributeResult
 
describeImages() - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of the images available to you (AMIs, AKIs, and ARIs).
DescribeImagesResult - Class in org.mule.modules.ec2.model
 
DescribeImagesResult() - Constructor for class org.mule.modules.ec2.model.DescribeImagesResult
 
describeInstanceAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Describes the specified attribute of the specified instance.
DescribeInstanceAttributeResult - Class in org.mule.modules.ec2.model
 
DescribeInstanceAttributeResult() - Constructor for class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
 
describeInstances(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of your instances.
DescribeInstancesResult - Class in org.mule.modules.ec2.model
 
DescribeInstancesResult() - Constructor for class org.mule.modules.ec2.model.DescribeInstancesResult
 
describeInstanceStatus(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes the status of one or more instances.
DescribeInstanceStatusResult - Class in org.mule.modules.ec2.model
 
DescribeInstanceStatusResult() - Constructor for class org.mule.modules.ec2.model.DescribeInstanceStatusResult
 
describeKeyPairs(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of your key pairs.
DescribeKeyPairsResult - Class in org.mule.modules.ec2.model
 
DescribeKeyPairsResult() - Constructor for class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
describeMovingAddresses(List<Filter>, Integer, String, List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.
DescribeMovingAddressesResult - Class in org.mule.modules.ec2.model
 
DescribeMovingAddressesResult() - Constructor for class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
describeNetworkInterfaceAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Describes a network interface attribute.
DescribeNetworkInterfaceAttributeResult - Class in org.mule.modules.ec2.model
 
DescribeNetworkInterfaceAttributeResult() - Constructor for class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
 
describeNetworkInterfaces(List<Filter>, List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of your network interfaces.
DescribeNetworkInterfacesResult - Class in org.mule.modules.ec2.model
 
DescribeNetworkInterfacesResult() - Constructor for class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
 
describeRegions(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more regions that are currently available to you.
DescribeRegionsResult - Class in org.mule.modules.ec2.model
 
DescribeRegionsResult() - Constructor for class org.mule.modules.ec2.model.DescribeRegionsResult
 
describeSecurityGroupReferences(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
[EC2-VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
DescribeSecurityGroupReferencesResult - Class in org.mule.modules.ec2.model
 
DescribeSecurityGroupReferencesResult() - Constructor for class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
 
describeSecurityGroups(List<String>, List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of your security groups.
DescribeSecurityGroupsResult - Class in org.mule.modules.ec2.model
 
DescribeSecurityGroupsResult() - Constructor for class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
 
describeSnapshotAttribute(String, SnapshotAttributeName) - Method in class org.mule.modules.ec2.EC2Connector
Describes the specified attribute of the specified snapshot.
DescribeSnapshotAttributeResult - Class in org.mule.modules.ec2.model
 
DescribeSnapshotAttributeResult() - Constructor for class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
 
describeSnapshots(List<String>, List<String>, List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of the EBS snapshots available to you.
DescribeSnapshotsResult - Class in org.mule.modules.ec2.model
 
DescribeSnapshotsResult() - Constructor for class org.mule.modules.ec2.model.DescribeSnapshotsResult
 
describeStaleSecurityGroups(String) - Method in class org.mule.modules.ec2.EC2Connector
[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC.
DescribeStaleSecurityGroupsResult - Class in org.mule.modules.ec2.model
 
DescribeStaleSecurityGroupsResult() - Constructor for class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
 
describeTags(List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes one or more of the tags for your EC2 resources.
DescribeTagsResult - Class in org.mule.modules.ec2.model
 
DescribeTagsResult() - Constructor for class org.mule.modules.ec2.model.DescribeTagsResult
 
describeVolumeAttribute(String, VolumeAttributeName) - Method in class org.mule.modules.ec2.EC2Connector
Describes the specified attribute of the specified volume.
DescribeVolumeAttributeResult - Class in org.mule.modules.ec2.model
 
DescribeVolumeAttributeResult() - Constructor for class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
 
describeVolumes(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes the specified EBS volumes.
describeVolumesModifications(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Reports the current modification status of EBS volumes.
DescribeVolumesModificationsResult - Class in org.mule.modules.ec2.model
 
DescribeVolumesModificationsResult() - Constructor for class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
 
DescribeVolumesResult - Class in org.mule.modules.ec2.model
 
DescribeVolumesResult() - Constructor for class org.mule.modules.ec2.model.DescribeVolumesResult
 
describeVolumeStatus(List<String>, List<Filter>) - Method in class org.mule.modules.ec2.EC2Connector
Describes the status of the specified volumes.
DescribeVolumeStatusResult - Class in org.mule.modules.ec2.model
 
DescribeVolumeStatusResult() - Constructor for class org.mule.modules.ec2.model.DescribeVolumeStatusResult
 
detachNetworkInterface(String, Boolean) - Method in class org.mule.modules.ec2.EC2Connector
Detaches a network interface from an instance.
detachVolume(String, String, Boolean, String) - Method in class org.mule.modules.ec2.EC2Connector
Detaches an EBS volume from an instance.
DetachVolumeResult - Class in org.mule.modules.ec2.model
 
DetachVolumeResult() - Constructor for class org.mule.modules.ec2.model.DetachVolumeResult
 
DeviceType - Enum in org.mule.modules.ec2.model
 
disAssociateAddress(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Disassociates an Elastic IP address from the instance or network interface it's associated with.
disassociateIamInstanceProfile(String) - Method in class org.mule.modules.ec2.EC2Connector
Disassociates an IAM instance profile from a running or stopped instance.
DisassociateIamInstanceProfileResult - Class in org.mule.modules.ec2.model
 
DisassociateIamInstanceProfileResult() - Constructor for class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
 
disconnect() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
disconnect() - Method in class org.mule.modules.ec2.Config
 
disconnect() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 

E

EbsBlockDevice - Class in org.mule.modules.ec2.model
 
EbsBlockDevice() - Constructor for class org.mule.modules.ec2.model.EbsBlockDevice
 
EbsInstanceBlockDevice - Class in org.mule.modules.ec2.model
 
EbsInstanceBlockDevice() - Constructor for class org.mule.modules.ec2.model.EbsInstanceBlockDevice
 
EC2ClientBuilder - Class in org.mule.modules.ec2
 
EC2ClientBuilder() - Constructor for class org.mule.modules.ec2.EC2ClientBuilder
 
EC2Connector - Class in org.mule.modules.ec2
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) cloud.The Anypoint Connector for Amazon EC2 provides connectivity to the Amazon Elastic Compute Cloud (Amazon EC2) API, enabling you to interface with Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage.
EC2Connector() - Constructor for class org.mule.modules.ec2.EC2Connector
 
EC2ModelFactory - Class in org.mule.modules.ec2.util
 
enableVolumeIo(String) - Method in class org.mule.modules.ec2.EC2Connector
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
EnableVolumeIOResult - Class in org.mule.modules.ec2.model
 
EnableVolumeIOResult() - Constructor for class org.mule.modules.ec2.model.EnableVolumeIOResult
 
endpointConfiguration - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
equals(Object) - Method in class org.mule.modules.ec2.model.Address
 
equals(Object) - Method in class org.mule.modules.ec2.model.AllocateAddressResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AssociateAddressResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AttachVolumeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.AvailabilityZone
 
equals(Object) - Method in class org.mule.modules.ec2.model.AvailabilityZoneMessage
 
equals(Object) - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
 
equals(Object) - Method in class org.mule.modules.ec2.model.CopySnapshotResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateImageResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateKeyPairResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateSnapshotResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateVolumePermission
 
equals(Object) - Method in class org.mule.modules.ec2.model.CreateVolumeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeAddressesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeImageAttributeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeImagesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeRegionsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeSnapshotsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeTagsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeVolumesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DescribeVolumeStatusResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DetachVolumeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
 
equals(Object) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
 
equals(Object) - Method in class org.mule.modules.ec2.model.Filter
 
equals(Object) - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.GroupIdentifier
 
equals(Object) - Method in class org.mule.modules.ec2.model.IamInstanceProfile
 
equals(Object) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
 
equals(Object) - Method in class org.mule.modules.ec2.model.Image
 
equals(Object) - Method in class org.mule.modules.ec2.model.ImageAttribute
 
equals(Object) - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.Instance
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceAttribute
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceIpv6Address
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceMonitoring
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceState
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceStateChange
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceStatus
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
 
equals(Object) - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
 
equals(Object) - Method in class org.mule.modules.ec2.model.IpPermission
 
equals(Object) - Method in class org.mule.modules.ec2.model.IpRange
 
equals(Object) - Method in class org.mule.modules.ec2.model.Ipv6Range
 
equals(Object) - Method in class org.mule.modules.ec2.model.KeyPair
 
equals(Object) - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
equals(Object) - Method in class org.mule.modules.ec2.model.LaunchPermission
 
equals(Object) - Method in class org.mule.modules.ec2.model.ModifyVolumeResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.Monitoring
 
equals(Object) - Method in class org.mule.modules.ec2.model.MonitorInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.MovingAddressStatus
 
equals(Object) - Method in class org.mule.modules.ec2.model.NetworkInterface
 
equals(Object) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
 
equals(Object) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
 
equals(Object) - Method in class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
 
equals(Object) - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
 
equals(Object) - Method in class org.mule.modules.ec2.model.Placement
 
equals(Object) - Method in class org.mule.modules.ec2.model.PrefixListId
 
equals(Object) - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
 
equals(Object) - Method in class org.mule.modules.ec2.model.ProductCode
 
equals(Object) - Method in class org.mule.modules.ec2.model.Region
 
equals(Object) - Method in class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.Reservation
 
equals(Object) - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.RunInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.SecurityGroup
 
equals(Object) - Method in class org.mule.modules.ec2.model.SecurityGroupReference
 
equals(Object) - Method in class org.mule.modules.ec2.model.Snapshot
 
equals(Object) - Method in class org.mule.modules.ec2.model.StaleIpPermission
 
equals(Object) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
 
equals(Object) - Method in class org.mule.modules.ec2.model.StartInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.StateReason
 
equals(Object) - Method in class org.mule.modules.ec2.model.StopInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.Tag
 
equals(Object) - Method in class org.mule.modules.ec2.model.TagDescription
 
equals(Object) - Method in class org.mule.modules.ec2.model.TerminateInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.UnmonitorInstancesResult
 
equals(Object) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
 
equals(Object) - Method in class org.mule.modules.ec2.model.Volume
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeAttachment
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeModification
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeStatusAction
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
 
equals(Object) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
 

F

Filter - Class in org.mule.modules.ec2.model
 
Filter() - Constructor for class org.mule.modules.ec2.model.Filter
Default constructor for Filter object.
Filter(String) - Constructor for class org.mule.modules.ec2.model.Filter
Constructs a new Filter object.
Filter(String, List<String>) - Constructor for class org.mule.modules.ec2.model.Filter
Constructs a new Filter object.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.ArchitectureValues
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.AttachmentStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.AvailabilityZoneState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.DeviceType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.HypervisorType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.IamInstanceProfileAssociationState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.ImageState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.ImageTypeValues
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.InstanceLifecycleType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.InstanceType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.MonitoringState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.NetworkInterfaceStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.OperationType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.PermissionGroup
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.PlatformValues
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.ProductCodeValues
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.ResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.SnapshotAttributeName
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.SnapshotState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.StatusName
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.StatusType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.SummaryStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.Tenancy
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VirtualizationType
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeAttachmentState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeAttributeName
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeModificationState
 
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeState
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeStatusInfoStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeStatusName
Use this in place of valueOf.
fromValue(String) - Static method in enum org.mule.modules.ec2.model.VolumeType
Use this in place of valueOf.

G

getAccessKey() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getActions() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The details of the operation.
getAddresses() - Method in class org.mule.modules.ec2.model.DescribeAddressesResult
 
getAffinity() - Method in class org.mule.modules.ec2.model.Placement
The affinity setting for the instance on the Dedicated Host.
getAllocationId() - Method in class org.mule.modules.ec2.model.Address
Returns the [EC2-VPC] The allocation ID for the address.
getAllocationId() - Method in class org.mule.modules.ec2.model.AllocateAddressResult
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
getAllocationId() - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
Getting the allocationId of the MoveAddressToVpcResult object.
getAllocationId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The allocation ID.
getAmiLaunchIndex() - Method in class org.mule.modules.ec2.model.Instance
The AMI launch index, which can be used to find this instance in the launch group.
getArchitecture() - Method in class org.mule.modules.ec2.model.Image
The architecture of the image.
getArchitecture() - Method in class org.mule.modules.ec2.model.Instance
The architecture of the image.
getArn() - Method in class org.mule.modules.ec2.model.IamInstanceProfile
The Amazon Resource Name (ARN) of the instance profile.
getAssignedIpv6Addresses() - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
getAssociation() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The association information for an Elastic IPv4 associated with the network interface.
getAssociation() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The association information for an Elastic IP address for the network interface.
getAssociation() - Method in class org.mule.modules.ec2.model.NetworkInterface
The association information for an Elastic IP address (IPv4) associated with the network interface.
getAssociation() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The association information for an Elastic IP address (IPv4) associated with the network interface.
getAssociationId() - Method in class org.mule.modules.ec2.model.Address
Returns [EC2-VPC] The association ID for the address.
getAssociationId() - Method in class org.mule.modules.ec2.model.AssociateAddressResult
Returns the associationId of this object.
getAssociationId() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The ID of the association.
getAssociationId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The association ID.
getAsyncClient() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getAsyncClient() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getAsyncClientBuilder() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getAsyncClientBuilder() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
getAttachment() - Method in class org.mule.modules.ec2.model.AttachVolumeResult
Describes volume attachment details.
getAttachment() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The attachment (if any) of the network interface.
getAttachment() - Method in class org.mule.modules.ec2.model.DetachVolumeResult
Describes volume attachment details.
getAttachment() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The network interface attachment.
getAttachment() - Method in class org.mule.modules.ec2.model.NetworkInterface
The network interface attachment.
getAttachmentId() - Method in class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
The ID of the network interface attachment.
getAttachmentId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The ID of the network interface attachment.
getAttachmentId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The ID of the network interface attachment.
getAttachments() - Method in class org.mule.modules.ec2.model.Volume
Information about the volume attachments.
getAttachTime() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The time stamp when the attachment initiated.
getAttachTime() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The time stamp when the attachment initiated.
getAttachTime() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The timestamp indicating when the attachment initiated.
getAttachTime() - Method in class org.mule.modules.ec2.model.VolumeAttachment
The time stamp when the attachment initiated.
getAutoEnableIO() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
The state of autoEnableIO attribute.
getAvailabilityZone() - Method in class org.mule.modules.ec2.model.InstanceStatus
The Availability Zone of the instance.
getAvailabilityZone() - Method in class org.mule.modules.ec2.model.NetworkInterface
The Availability Zone.
getAvailabilityZone() - Method in class org.mule.modules.ec2.model.Placement
The Availability Zone of the instance.
getAvailabilityZone() - Method in class org.mule.modules.ec2.model.Volume
The Availability Zone for the volume.
getAvailabilityZone() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The Availability Zone of the volume.
getAvailabilityZones() - Method in class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
Information about one or more Availability Zones.
getBlockDeviceMappings() - Method in class org.mule.modules.ec2.model.Image
Any block device mapping entries.
getBlockDeviceMappings() - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more block device mapping entries.
getBlockDeviceMappings() - Method in class org.mule.modules.ec2.model.Instance
Any block device mapping entries for the instance.
getBlockDeviceMappings() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The block device mapping of the instance.
getCidrIp() - Method in class org.mule.modules.ec2.model.IpRange
The IPv4 CIDR range.
getCidrIpv6() - Method in class org.mule.modules.ec2.model.Ipv6Range
The IPv6 CIDR range.
getClientBuilder() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getClientConfiguration() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getClientToken() - Method in class org.mule.modules.ec2.model.Instance
The idempotency token you provided when you launched the instance, if applicable.
getCode() - Method in class org.mule.modules.ec2.model.InstanceState
The low byte represents the state.
getCode() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The event code.
getCode() - Method in class org.mule.modules.ec2.model.StateReason
The reason code for the state change.
getCode() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The code identifying the operation, for example, enable-volume-io.
getConfig() - Method in class org.mule.modules.ec2.EC2Connector
 
getConfigRegion() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getConfigRegion() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getConnectionId() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getConnectionTimeout() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getConnectionTimeout() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getConsoleOutput(String) - Method in class org.mule.modules.ec2.EC2Connector
Retrieves console output for the specified instance.
GetConsoleOutputResult - Class in org.mule.modules.ec2.model
 
GetConsoleOutputResult() - Constructor for class org.mule.modules.ec2.model.GetConsoleOutputResult
 
getConsoleScreenshot(String) - Method in class org.mule.modules.ec2.EC2Connector
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
GetConsoleScreenshotResult - Class in org.mule.modules.ec2.model
 
GetConsoleScreenshotResult() - Constructor for class org.mule.modules.ec2.model.GetConsoleScreenshotResult
 
getCreateTime() - Method in class org.mule.modules.ec2.model.Volume
The time stamp when volume creation was initiated.
getCreateVolumePermissions() - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
A list of permissions for creating volumes from the snapshot.
getCreationDate() - Method in class org.mule.modules.ec2.model.Image
The date and time the image was created.
getCurrentState() - Method in class org.mule.modules.ec2.model.InstanceStateChange
The current state of the instance.
getDataEncryptionKeyId() - Method in class org.mule.modules.ec2.model.Snapshot
The data encryption key identifier for the snapshot.
getDecodedOutput() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The decoded console output.
getDefaultRegion() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getDefaultRegion() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getDefaultRegion() - Method in class org.mule.modules.ec2.Config
 
getDefaultRegion() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
getDeleteOnTermination() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is deleted on instance termination.
getDeleteOnTermination() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
Indicates whether the volume is deleted on instance termination.
getDeleteOnTermination() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
getDeleteOnTermination() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
getDeleteOnTermination() - Method in class org.mule.modules.ec2.model.VolumeAttachment
Indicates whether the EBS volume is deleted on instance termination.
getDescription() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The description of the network interface.
getDescription() - Method in class org.mule.modules.ec2.model.Image
The description of the AMI that was provided during image creation.
getDescription() - Method in class org.mule.modules.ec2.model.ImageAttribute
A description for the AMI.
getDescription() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The description.
getDescription() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
A description of the event.
getDescription() - Method in class org.mule.modules.ec2.model.NetworkInterface
A description.
getDescription() - Method in class org.mule.modules.ec2.model.SecurityGroup
A description of the security group.
getDescription() - Method in class org.mule.modules.ec2.model.Snapshot
The description for the snapshot.
getDescription() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The description of the security group.
getDescription() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
A description of the operation.
getDescription() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
A description of the event.
getDetails() - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
The system instance health or application instance health.
getDetails() - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
The details of the volume status.
getDevice() - Method in class org.mule.modules.ec2.model.VolumeAttachment
The device name.
getDeviceIndex() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The index of the device on the instance for the network interface attachment.
getDeviceIndex() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The device index of the network interface attachment on the instance.
getDeviceName() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
The device name exposed to the instance (for example, /dev/sdh or xvdh).
getDeviceName() - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
The device name exposed to the instance (for example, /dev/sdh or xvdh).
getDisableApiTermination() - Method in class org.mule.modules.ec2.model.InstanceAttribute
If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.
getDomain() - Method in class org.mule.modules.ec2.model.Address
Returns the domain of the address
getDomain() - Method in class org.mule.modules.ec2.model.AllocateAddressResult
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
getEbs() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
Parameters used to automatically set up EBS volumes when the instance is launched.
getEbs() - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
Parameters used to automatically set up EBS volumes when the instance is launched.
getEbsOptimized() - Method in class org.mule.modules.ec2.model.Instance
Indicates whether the instance is optimized for EBS I/O.
getEbsOptimized() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether the instance is optimized for EBS I/O.
getEnaSupport() - Method in class org.mule.modules.ec2.model.Image
Specifies whether enhanced networking with ENA is enabled.
getEnaSupport() - Method in class org.mule.modules.ec2.model.Instance
Specifies whether enhanced networking with ENA is enabled.
getEnaSupport() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether enhanced networking with ENA is enabled.
getEncrypted() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is encrypted.
getEncrypted() - Method in class org.mule.modules.ec2.model.Snapshot
Indicates whether the snapshot is encrypted.
getEncrypted() - Method in class org.mule.modules.ec2.model.Volume
Indicates whether the volume will be encrypted.
getEndpoint() - Method in class org.mule.modules.ec2.model.Region
The region service endpoint.
getEndpoint() - Method in enum org.mule.modules.ec2.model.RegionEndpoint
 
getEndTime() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getEventId() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The ID of the event associated with this operation.
getEventId() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The ID of this event.
getEvents() - Method in class org.mule.modules.ec2.model.InstanceStatus
Any scheduled events associated with the instance.
getEvents() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
A list of events associated with the volume.
getEventType() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The event type associated with this operation.
getEventType() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The type of this event.
getFromPort() - Method in class org.mule.modules.ec2.model.IpPermission
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
getFromPort() - Method in class org.mule.modules.ec2.model.StaleIpPermission
The start of the port range for the TCP and UDP protocols, or an ICMP type number.
getGroup() - Method in class org.mule.modules.ec2.model.CreateVolumePermission
The specific group that is to be added or removed from a volume's list of create volume permissions.
getGroup() - Method in class org.mule.modules.ec2.model.LaunchPermission
The name of the group.
getGroupId() - Method in class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
getGroupId() - Method in class org.mule.modules.ec2.model.GroupIdentifier
The ID of the security group.
getGroupId() - Method in class org.mule.modules.ec2.model.SecurityGroup
The ID of the security group.
getGroupId() - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of your security group.
getGroupId() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The ID of the security group.
getGroupId() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the security group.
getGroupName() - Method in class org.mule.modules.ec2.model.GroupIdentifier
The name of the security group.
getGroupName() - Method in class org.mule.modules.ec2.model.Placement
The name of the placement group the instance is in (for cluster compute instances).
getGroupName() - Method in class org.mule.modules.ec2.model.SecurityGroup
The name of the security group.
getGroupName() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The name of the security group.
getGroupName() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The name of the security group.
getGroupNames() - Method in class org.mule.modules.ec2.model.Reservation
One or more security group names.
getGroups() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The security groups associated with the network interface.
getGroups() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The security groups associated with the instance.
getGroups() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more security groups.
getGroups() - Method in class org.mule.modules.ec2.model.NetworkInterface
Any security groups for the network interface.
getGroups() - Method in class org.mule.modules.ec2.model.Reservation
[EC2-Classic only] One or more security groups.
getHostId() - Method in class org.mule.modules.ec2.model.Placement
The ID of the Dedicated Host on which the instance resides.
getHypervisor() - Method in class org.mule.modules.ec2.model.Image
The hypervisor type of the image.
getHypervisor() - Method in class org.mule.modules.ec2.model.Instance
The hypervisor type of the instance.
getIamInstanceProfile() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The IAM instance profile.
getIamInstanceProfile() - Method in class org.mule.modules.ec2.model.Instance
The IAM instance profile associated with the instance, if applicable.
getIamInstanceProfileAssociation() - Method in class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
Information about the IAM instance profile association.
getIamInstanceProfileAssociation() - Method in class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
Information about the IAM instance profile association.
getIamInstanceProfileAssociation() - Method in class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
Information about the IAM instance profile association.
getIamInstanceProfileAssociations() - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
Information about one or more IAM instance profile associations.
getId() - Method in class org.mule.modules.ec2.model.IamInstanceProfile
The ID of the instance profile.
getImageAttribute() - Method in class org.mule.modules.ec2.model.DescribeImageAttributeResult
Describes an image attribute.
getImageData() - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
The data that comprises the image.
getImageId() - Method in class org.mule.modules.ec2.model.CreateImageResult
The ID of the new AMI.
getImageId() - Method in class org.mule.modules.ec2.model.Image
The ID of the AMI.
getImageId() - Method in class org.mule.modules.ec2.model.ImageAttribute
The ID of the AMI.
getImageId() - Method in class org.mule.modules.ec2.model.Instance
The ID of the AMI used to launch the instance.
getImageLocation() - Method in class org.mule.modules.ec2.model.Image
The location of the AMI.
getImageOwnerAlias() - Method in class org.mule.modules.ec2.model.Image
The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
getImages() - Method in class org.mule.modules.ec2.model.DescribeImagesResult
Information about one or more images.
getImageType() - Method in class org.mule.modules.ec2.model.Image
The type of image.
getImpairedSince() - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The time when a status check failed.
getInstanceAttribute() - Method in class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
Describes an instance attribute.
getInstanceId() - Method in class org.mule.modules.ec2.model.Address
Returns the ID of the Address object
getInstanceId() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The ID of the Windows instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.Instance
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.InstanceMonitoring
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.InstanceStateChange
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.InstanceStatus
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The ID of the instance.
getInstanceId() - Method in class org.mule.modules.ec2.model.VolumeAttachment
The ID of the instance.
getInstanceInitiatedShutdownBehavior() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
getInstanceLifecycle() - Method in class org.mule.modules.ec2.model.Instance
Indicates whether this is a Spot instance or a Scheduled Instance.
getInstanceMonitorings() - Method in class org.mule.modules.ec2.model.MonitorInstancesResult
The monitoring information.
getInstanceMonitorings() - Method in class org.mule.modules.ec2.model.UnmonitorInstancesResult
The monitoring information.
getInstanceOwnerId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The AWS account ID of the owner of the instance.
getInstances() - Method in class org.mule.modules.ec2.model.Reservation
One or more instances.
getInstanceState() - Method in class org.mule.modules.ec2.model.InstanceStatus
The intended state of the instance.
getInstanceStatus() - Method in class org.mule.modules.ec2.model.InstanceStatus
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
getInstanceStatuses() - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
One or more instance status descriptions.
getInstanceType() - Method in class org.mule.modules.ec2.model.Instance
The instance type.
getInstanceType() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The instance type.
getInterfaceType() - Method in class org.mule.modules.ec2.model.NetworkInterface
The type of interface.
getIops() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The number of I/O operations per second (IOPS) that the volume supports.
getIops() - Method in class org.mule.modules.ec2.model.Volume
The number of I/O operations per second (IOPS) that the volume supports.
getIpOwnerId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The ID of the owner of the Elastic IP address.
getIpOwnerId() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The ID of the Elastic IP address owner.
getIpPermissions() - Method in class org.mule.modules.ec2.model.SecurityGroup
One or more inbound rules associated with the security group.
getIpPermissionsEgress() - Method in class org.mule.modules.ec2.model.SecurityGroup
[EC2-VPC] One or more outbound rules associated with the security group.
getIpProtocol() - Method in class org.mule.modules.ec2.model.IpPermission
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).
getIpProtocol() - Method in class org.mule.modules.ec2.model.StaleIpPermission
The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).
getIpRanges() - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more IP ranges.
getIpv4Ranges() - Method in class org.mule.modules.ec2.model.IpPermission
One or more IPv4 ranges.
getIpv6Address() - Method in class org.mule.modules.ec2.model.InstanceIpv6Address
The IPv6 address.
getIpv6Address() - Method in class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
The IPv6 address.
getIpv6Addresses() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more IPv6 addresses associated with the network interface.
getIpv6Addresses() - Method in class org.mule.modules.ec2.model.NetworkInterface
The IPv6 addresses associated with the network interface.
getIpv6Ranges() - Method in class org.mule.modules.ec2.model.IpPermission
[EC2-VPC only] One or more IPv6 ranges.
getKernelId() - Method in class org.mule.modules.ec2.model.Image
The kernel associated with the image, if any.
getKernelId() - Method in class org.mule.modules.ec2.model.ImageAttribute
The kernel ID.
getKernelId() - Method in class org.mule.modules.ec2.model.Instance
The kernel associated with this instance, if applicable.
getKernelId() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The kernel ID.
getKey() - Method in class org.mule.modules.ec2.model.Tag
The key of the tag.
getKey() - Method in class org.mule.modules.ec2.model.TagDescription
The tag key.
getKeyFingerprint() - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
getKeyFingerprint() - Method in class org.mule.modules.ec2.model.KeyPair
 
getKeyFingerprint() - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
getKeyMaterial() - Method in class org.mule.modules.ec2.model.KeyPair
 
getKeyName() - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
getKeyName() - Method in class org.mule.modules.ec2.model.Instance
The name of the key pair, if this instance was launched with an associated key pair.
getKeyName() - Method in class org.mule.modules.ec2.model.KeyPair
 
getKeyName() - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
getKeyPair() - Method in class org.mule.modules.ec2.model.CreateKeyPairResult
 
getKeyPairs() - Method in class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
getKmsKeyId() - Method in class org.mule.modules.ec2.model.Snapshot
The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.
getKmsKeyId() - Method in class org.mule.modules.ec2.model.Volume
The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
getLaunchPermissions() - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more launch permissions.
getLaunchTime() - Method in class org.mule.modules.ec2.model.Instance
The time the instance was launched.
getMacAddress() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The MAC address.
getMacAddress() - Method in class org.mule.modules.ec2.model.NetworkInterface
The MAC address.
getMaxConnections() - Method in class org.mule.modules.ec2.Config
 
getMaxConnections() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
getMessage() - Method in class org.mule.modules.ec2.model.AvailabilityZoneMessage
The message about the Availability Zone.
getMessage() - Method in class org.mule.modules.ec2.model.StateReason
The message for the state change.
getMessages() - Method in class org.mule.modules.ec2.model.AvailabilityZone
Any messages about the Availability Zone.
getModificationState() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getMonitoring() - Method in class org.mule.modules.ec2.model.Instance
The monitoring for the instance.
getMonitoring() - Method in class org.mule.modules.ec2.model.InstanceMonitoring
The monitoring for the instance.
getMoveStatus() - Method in class org.mule.modules.ec2.model.MovingAddressStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform.
getMovingAddressStatuses() - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
getName() - Method in class org.mule.modules.ec2.model.Filter
The name of the filter.
getName() - Method in class org.mule.modules.ec2.model.Image
The name of the AMI that was provided during image creation.
getName() - Method in class org.mule.modules.ec2.model.InstanceState
The current state of the instance.
getName() - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The type of instance status.
getName() - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
The name of the volume status.
getNetworkInterface() - Method in class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
Information about the network interface.
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.Address
Returns [EC2-VPC] The ID of the network interface that the address is associated with, if any.
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The ID of the network interface.
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the network interface.
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the network interface.
getNetworkInterfaceId() - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
getNetworkInterfaceOwnerId() - Method in class org.mule.modules.ec2.model.Address
Returns the AWS account ID of the owner.
getNetworkInterfaces() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
Information about one or more network interfaces.
getNetworkInterfaces() - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] One or more network interfaces for the instance.
getNextToken() - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
The token to use to retrieve the next page of results.
getNextToken() - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
The token to use to retrieve the next page of results.
getNextToken() - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
The token to use to retrieve the next page of results.
getNextToken() - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
getNextToken() - Method in class org.mule.modules.ec2.model.DescribeTagsResult
The token to use to retrieve the next page of results.
getNoDevice() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
Suppresses the specified device included in the block device mapping of the AMI.
getNotAfter() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The latest scheduled end time for the event.
getNotAfter() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The latest end time of the event.
getNotBefore() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The earliest scheduled start time for the event.
getNotBefore() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The earliest start time of the event.
getOriginalIops() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getOriginalSize() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getOriginalVolumeType() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getOutput() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The console output, Base64-encoded.
getOwnerAlias() - Method in class org.mule.modules.ec2.model.Snapshot
Value from an Amazon-maintained list (amazon | aws-marketplace | microsoft ) of snapshot owners.
getOwnerId() - Method in class org.mule.modules.ec2.model.Image
The AWS account ID of the image owner.
getOwnerId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the AWS account that created the network interface.
getOwnerId() - Method in class org.mule.modules.ec2.model.NetworkInterface
The AWS account ID of the owner of the network interface.
getOwnerId() - Method in class org.mule.modules.ec2.model.Reservation
The ID of the AWS account that owns the reservation.
getOwnerId() - Method in class org.mule.modules.ec2.model.SecurityGroup
The AWS account ID of the owner of the security group.
getOwnerId() - Method in class org.mule.modules.ec2.model.Snapshot
The AWS account ID of the EBS snapshot owner.
getPasswordData(String) - Method in class org.mule.modules.ec2.EC2Connector
Retrieves the encrypted administrator password for an instance running Windows.
getPasswordData() - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The password of the instance.
GetPasswordDataResult - Class in org.mule.modules.ec2.model
 
GetPasswordDataResult() - Constructor for class org.mule.modules.ec2.model.GetPasswordDataResult
 
getPeeringStatus() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The status of a VPC peering connection, if applicable.
getPlacement() - Method in class org.mule.modules.ec2.model.Instance
The location where the instance launched, if applicable.
getPlatform() - Method in class org.mule.modules.ec2.model.Image
The value is Windows for Windows AMIs; otherwise blank.
getPlatform() - Method in class org.mule.modules.ec2.model.Instance
The value is Windows for Windows instances; otherwise blank.
getPrefixListId() - Method in class org.mule.modules.ec2.model.PrefixListId
The ID of the prefix.
getPrefixListIds() - Method in class org.mule.modules.ec2.model.IpPermission
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
getPrefixListIds() - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more prefix list IDs for an AWS service.
getPreviousState() - Method in class org.mule.modules.ec2.model.InstanceStateChange
The previous state of the instance.
getPrimary() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
Indicates whether this IPv4 address is the primary private IP address of the network interface.
getPrimary() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
getPrimary() - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
Indicates whether the private IPv4 address is the primary private IPv4 address.
getPrivateDnsName() - Method in class org.mule.modules.ec2.model.Instance
(IPv4 only) The private DNS hostname name assigned to the instance.
getPrivateDnsName() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The private DNS name.
getPrivateDnsName() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The private IPv4 DNS name.
getPrivateDnsName() - Method in class org.mule.modules.ec2.model.NetworkInterface
The private DNS name.
getPrivateDnsName() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The private DNS name.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.Address
Returns [EC2-VPC] The private IP address associated with the Elastic IP address.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.Instance
The private IPv4 address assigned to the instance.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The IPv4 address of the network interface within the subnet.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The private IPv4 address of the network interface.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.NetworkInterface
The IPv4 address of the network interface within the subnet.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The private IPv4 address.
getPrivateIpAddress() - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
The private IPv4 addresses.
getPrivateIpAddresses() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more private IPv4 addresses associated with the network interface.
getPrivateIpAddresses() - Method in class org.mule.modules.ec2.model.NetworkInterface
The private IPv4 addresses associated with the network interface.
getProductCodeId() - Method in class org.mule.modules.ec2.model.ProductCode
The product code.
getProductCodes() - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
A list of product codes.
getProductCodes() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
A list of product codes.
getProductCodes() - Method in class org.mule.modules.ec2.model.Image
Any product codes associated with the AMI.
getProductCodes() - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more product codes.
getProductCodes() - Method in class org.mule.modules.ec2.model.Instance
The product codes attached to this instance, if applicable.
getProductCodes() - Method in class org.mule.modules.ec2.model.InstanceAttribute
A list of product codes.
getProductCodeType() - Method in class org.mule.modules.ec2.model.ProductCode
The type of product code.
getProgress() - Method in class org.mule.modules.ec2.model.Snapshot
The progress of the snapshot, as a percentage.
getProgress() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getProtocol() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProtocol() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyDomain() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyDomain() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyHost() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyHost() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyPassword() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyPassword() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyPort() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyPort() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyUsername() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyUsername() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getProxyWorkstation() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getProxyWorkstation() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getPublic() - Method in class org.mule.modules.ec2.model.Image
Indicates whether the image has public launch permissions.
getPublicDnsName() - Method in class org.mule.modules.ec2.model.Instance
(IPv4 only) The public DNS name assigned to the instance.
getPublicDnsName() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The public DNS name.
getPublicDnsName() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The public DNS name.
getPublicIp() - Method in class org.mule.modules.ec2.model.Address
Returns the Elastic IP address.
getPublicIp() - Method in class org.mule.modules.ec2.model.AllocateAddressResult
The Elastic IP address.
getPublicIp() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The public IP address or Elastic IP address bound to the network interface.
getPublicIp() - Method in class org.mule.modules.ec2.model.MovingAddressStatus
The Elastic IP address.
getPublicIp() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The address of the Elastic IP address bound to the network interface.
getPublicIp() - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
getPublicIpAddress() - Method in class org.mule.modules.ec2.model.Instance
The public IPv4 address assigned to the instance, if applicable.
getRamdiskId() - Method in class org.mule.modules.ec2.model.Image
The RAM disk associated with the image, if any.
getRamdiskId() - Method in class org.mule.modules.ec2.model.ImageAttribute
The RAM disk ID.
getRamdiskId() - Method in class org.mule.modules.ec2.model.Instance
The RAM disk associated with this instance, if applicable.
getRamdiskId() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The RAM disk ID.
getReferencingVpcId() - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of the VPC with the referencing security group.
getRegion() - Method in class org.mule.modules.ec2.Config
 
getRegion() - Method in enum org.mule.modules.ec2.model.RegionEndpoint
 
getRegionName() - Method in class org.mule.modules.ec2.model.AvailabilityZone
The name of the region.
getRegionName() - Method in class org.mule.modules.ec2.model.Region
The name of the region.
getRegions() - Method in class org.mule.modules.ec2.model.DescribeRegionsResult
Information about one or more regions.
getRequesterId() - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).
getRequesterId() - Method in class org.mule.modules.ec2.model.Reservation
The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).
getRequesterManaged() - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether the network interface is being managed by AWS.
getReservation() - Method in class org.mule.modules.ec2.model.RunInstancesResult
Describes a reservation.
getReservationId() - Method in class org.mule.modules.ec2.model.Reservation
The ID of the reservation.
getReservations() - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
Zero or more reservations.
getResourceId() - Method in class org.mule.modules.ec2.model.TagDescription
The ID of the resource.
getResourceType() - Method in class org.mule.modules.ec2.model.TagDescription
The resource type.
getRoleARN() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getRootDeviceName() - Method in class org.mule.modules.ec2.model.Image
The device name of the root device (for example, /dev/sda1 or /dev/xvda).
getRootDeviceName() - Method in class org.mule.modules.ec2.model.Instance
The root device name (for example, /dev/sda1 or /dev/xvda).
getRootDeviceName() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The name of the root device (for example, /dev/sda1 or /dev/xvda).
getRootDeviceType() - Method in class org.mule.modules.ec2.model.Image
The type of root device used by the AMI.
getRootDeviceType() - Method in class org.mule.modules.ec2.model.Instance
The root device type used by the AMI.
getSecretKey() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getSecurityGroupReferenceSet() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
Information about the VPCs with the referencing security groups.
getSecurityGroups() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
Information about one or more security groups.
getSecurityGroups() - Method in class org.mule.modules.ec2.model.Instance
One or more security groups for the instance.
getSessionToken() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getSize() - Method in class org.mule.modules.ec2.model.Volume
The size of the volume, in GiBs.
getSnapshot() - Method in class org.mule.modules.ec2.model.CreateSnapshotResult
Describes a snapshot.
getSnapshotId() - Method in class org.mule.modules.ec2.model.CopySnapshotResult
The ID of the new snapshot.
getSnapshotId() - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
The ID of the EBS snapshot.
getSnapshotId() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The ID of the snapshot.
getSnapshotId() - Method in class org.mule.modules.ec2.model.Snapshot
The ID of the snapshot.
getSnapshotId() - Method in class org.mule.modules.ec2.model.Volume
The snapshot from which the volume was created, if applicable.
getSnapshots() - Method in class org.mule.modules.ec2.model.DescribeSnapshotsResult
Information about the snapshots.
getSocketTimeout() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getSocketTimeout() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getSourceDestCheck() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
Indicates whether source/destination checking is enabled.
getSourceDestCheck() - Method in class org.mule.modules.ec2.model.Instance
Specifies whether to enable an instance launched in a VPC to perform NAT.
getSourceDestCheck() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether source/destination checking is enabled.
getSourceDestCheck() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
Indicates whether to validate network traffic to or from this network interface.
getSourceDestCheck() - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether traffic to or from the instance is validated.
getSpotInstanceRequestId() - Method in class org.mule.modules.ec2.model.Instance
If the request is a Spot instance request, the ID of the request.
getSriovNetSupport() - Method in class org.mule.modules.ec2.model.Image
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
getSriovNetSupport() - Method in class org.mule.modules.ec2.model.ImageAttribute
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
getSriovNetSupport() - Method in class org.mule.modules.ec2.model.Instance
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
getSriovNetSupport() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
getStaleIpPermissions() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
Information about the stale inbound rules in the security group.
getStaleIpPermissionsEgress() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
Information about the stale outbound rules in the security group.
getStaleSecurityGroupSet() - Method in class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
Information about the stale security groups.
getStartingInstances() - Method in class org.mule.modules.ec2.model.StartInstancesResult
Information about one or more started instances.
getStartTime() - Method in class org.mule.modules.ec2.model.Snapshot
The time stamp when the snapshot was initiated.
getStartTime() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getState() - Method in class org.mule.modules.ec2.model.AvailabilityZone
The state of the Availability Zone.
getState() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The state of the association.
getState() - Method in class org.mule.modules.ec2.model.Image
The current state of the AMI.
getState() - Method in class org.mule.modules.ec2.model.Instance
The current state of the instance.
getState() - Method in class org.mule.modules.ec2.model.Monitoring
Indicates whether detailed monitoring is enabled.
getState() - Method in class org.mule.modules.ec2.model.Snapshot
The snapshot state.
getState() - Method in class org.mule.modules.ec2.model.Volume
The volume state.
getState() - Method in class org.mule.modules.ec2.model.VolumeAttachment
The attachment state of the volume.
getStateMessage() - Method in class org.mule.modules.ec2.model.Snapshot
Encrypted Amazon EBS snapshots are copied asynchronously.
getStateReason() - Method in class org.mule.modules.ec2.model.Image
The reason for the state change.
getStateReason() - Method in class org.mule.modules.ec2.model.Instance
The reason for the most recent state transition.
getStateTransitionReason() - Method in class org.mule.modules.ec2.model.Instance
The reason for the most recent state transition.
getStatus() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The attachment state.
getStatus() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The status of the network interface.
getStatus() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The attachment state.
getStatus() - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The status.
getStatus() - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
The status.
getStatus() - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
The status of the move of the IP address.
getStatus() - Method in class org.mule.modules.ec2.model.NetworkInterface
The status of the network interface.
getStatus() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The attachment state.
getStatus() - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
getStatus() - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
The intended status of the volume status.
getStatus() - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
The status of the volume.
getStatusMessage() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getStoppingInstances() - Method in class org.mule.modules.ec2.model.StopInstancesResult
Information about one or more stopped instances.
getSubnetId() - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] The ID of the subnet in which the instance is running.
getSubnetId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the subnet.
getSubnetId() - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the subnet.
getSyncClient() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getSyncClient() - Method in class org.mule.modules.aws.commons.CommonConfig
 
getSyncClientBuilder() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
getSyncClientBuilder() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
getSystemStatus() - Method in class org.mule.modules.ec2.model.InstanceStatus
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
getTags() - Method in class org.mule.modules.ec2.model.DescribeTagsResult
A list of tags.
getTags() - Method in class org.mule.modules.ec2.model.Image
Any tags assigned to the image.
getTags() - Method in class org.mule.modules.ec2.model.Instance
Any tags assigned to the instance.
getTags() - Method in class org.mule.modules.ec2.model.SecurityGroup
Any tags assigned to the security group.
getTags() - Method in class org.mule.modules.ec2.model.Snapshot
Any tags assigned to the snapshot.
getTags() - Method in class org.mule.modules.ec2.model.Volume
Any tags assigned to the volume.
getTagSet() - Method in class org.mule.modules.ec2.model.NetworkInterface
Any tags assigned to the network interface.
getTargetIops() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getTargetSize() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getTargetVolumeType() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getTenancy() - Method in class org.mule.modules.ec2.model.Placement
The tenancy of the instance (if the instance is running in a VPC).
getTerminatingInstances() - Method in class org.mule.modules.ec2.model.TerminateInstancesResult
Information about one or more terminated instances.
getTimestamp() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The time the output was last updated.
getTimestamp() - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The time the data was last updated.
getTimestamp() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The time the IAM instance profile was associated with the instance.
getToPort() - Method in class org.mule.modules.ec2.model.IpPermission
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
getToPort() - Method in class org.mule.modules.ec2.model.StaleIpPermission
The end of the port range for the TCP and UDP protocols, or an ICMP type number.
getUnassignedIpv6Addresses() - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
getUserData() - Method in class org.mule.modules.ec2.model.InstanceAttribute
The user data.
getUserId() - Method in class org.mule.modules.ec2.model.CreateVolumePermission
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
getUserId() - Method in class org.mule.modules.ec2.model.LaunchPermission
The AWS account ID.
getUserId() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of an AWS account.
getUserIdGroupPairs() - Method in class org.mule.modules.ec2.model.IpPermission
One or more security group and AWS account ID pairs.
getUserIdGroupPairs() - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more security group pairs.
getValue() - Method in class org.mule.modules.ec2.model.Tag
The value of the tag.
getValue() - Method in class org.mule.modules.ec2.model.TagDescription
The tag value.
getValues() - Method in class org.mule.modules.ec2.model.Filter
One or more filter values.
getVirtualizationType() - Method in class org.mule.modules.ec2.model.Image
The type of virtualization of the AMI.
getVirtualizationType() - Method in class org.mule.modules.ec2.model.Instance
The virtualization type of the instance.
getVirtualName() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
The virtual device name (ephemeralN).
getVolume() - Method in class org.mule.modules.ec2.model.CreateVolumeResult
Describes a volume.
getVolumeId() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
The ID of the volume.
getVolumeId() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The ID of the EBS volume.
getVolumeId() - Method in class org.mule.modules.ec2.model.Snapshot
The ID of the volume that was used to create the snapshot.
getVolumeId() - Method in class org.mule.modules.ec2.model.Volume
The ID of the volume.
getVolumeId() - Method in class org.mule.modules.ec2.model.VolumeAttachment
The ID of the volume.
getVolumeId() - Method in class org.mule.modules.ec2.model.VolumeModification
 
getVolumeId() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The volume ID.
getVolumeModification() - Method in class org.mule.modules.ec2.model.ModifyVolumeResult
 
getVolumes() - Method in class org.mule.modules.ec2.model.DescribeVolumesResult
Information about the volumes.
getVolumeSize() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The size of the volume, in GiB.
getVolumeSize() - Method in class org.mule.modules.ec2.model.Snapshot
The size of the volume, in GiB.
getVolumesModifications() - Method in class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
A list of returned VolumeModification objects.
getVolumeStatus() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The volume status.
getVolumeStatuses() - Method in class org.mule.modules.ec2.model.DescribeVolumeStatusResult
A list of volumes.
getVolumeType() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The volume type: gp2, io1, st1, sc1, or standard .
getVolumeType() - Method in class org.mule.modules.ec2.model.Volume
The volume type.
getVpcId() - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] The ID of the VPC in which the instance is running.
getVpcId() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the VPC.
getVpcId() - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the VPC.
getVpcId() - Method in class org.mule.modules.ec2.model.SecurityGroup
[EC2-VPC] The ID of the VPC for the security group.
getVpcId() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The ID of the VPC for the security group.
getVpcId() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the VPC for the referenced security group, if applicable.
getVpcPeeringConnectionId() - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of the VPC peering connection.
getVpcPeeringConnectionId() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the VPC peering connection, if applicable.
getZoneName() - Method in class org.mule.modules.ec2.model.AvailabilityZone
The name of the Availability Zone.
GroupIdentifier - Class in org.mule.modules.ec2.model
 
GroupIdentifier() - Constructor for class org.mule.modules.ec2.model.GroupIdentifier
 

H

hashCode() - Method in class org.mule.modules.ec2.model.Address
 
hashCode() - Method in class org.mule.modules.ec2.model.AllocateAddressResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AssociateAddressResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AttachVolumeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.AvailabilityZone
 
hashCode() - Method in class org.mule.modules.ec2.model.AvailabilityZoneMessage
 
hashCode() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
 
hashCode() - Method in class org.mule.modules.ec2.model.CopySnapshotResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateImageResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateKeyPairResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateSnapshotResult
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateVolumePermission
 
hashCode() - Method in class org.mule.modules.ec2.model.CreateVolumeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeAddressesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeImageAttributeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeImagesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeRegionsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeSnapshotsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeTagsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeVolumesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DescribeVolumeStatusResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DetachVolumeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
 
hashCode() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
 
hashCode() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
 
hashCode() - Method in class org.mule.modules.ec2.model.Filter
 
hashCode() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
 
hashCode() - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
 
hashCode() - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
 
hashCode() - Method in class org.mule.modules.ec2.model.GroupIdentifier
 
hashCode() - Method in class org.mule.modules.ec2.model.IamInstanceProfile
 
hashCode() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
 
hashCode() - Method in class org.mule.modules.ec2.model.Image
 
hashCode() - Method in class org.mule.modules.ec2.model.ImageAttribute
 
hashCode() - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
hashCode() - Method in class org.mule.modules.ec2.model.Instance
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceAttribute
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceIpv6Address
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceMonitoring
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
 
hashCode() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceState
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceStateChange
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceStatus
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
 
hashCode() - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
 
hashCode() - Method in class org.mule.modules.ec2.model.IpPermission
 
hashCode() - Method in class org.mule.modules.ec2.model.IpRange
 
hashCode() - Method in class org.mule.modules.ec2.model.Ipv6Range
 
hashCode() - Method in class org.mule.modules.ec2.model.KeyPair
 
hashCode() - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
hashCode() - Method in class org.mule.modules.ec2.model.LaunchPermission
 
hashCode() - Method in class org.mule.modules.ec2.model.ModifyVolumeResult
 
hashCode() - Method in class org.mule.modules.ec2.model.Monitoring
 
hashCode() - Method in class org.mule.modules.ec2.model.MonitorInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
 
hashCode() - Method in class org.mule.modules.ec2.model.MovingAddressStatus
 
hashCode() - Method in class org.mule.modules.ec2.model.NetworkInterface
 
hashCode() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
 
hashCode() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
 
hashCode() - Method in class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
 
hashCode() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
 
hashCode() - Method in class org.mule.modules.ec2.model.Placement
 
hashCode() - Method in class org.mule.modules.ec2.model.PrefixListId
 
hashCode() - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
 
hashCode() - Method in class org.mule.modules.ec2.model.ProductCode
 
hashCode() - Method in class org.mule.modules.ec2.model.Region
 
hashCode() - Method in class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
 
hashCode() - Method in class org.mule.modules.ec2.model.Reservation
 
hashCode() - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
hashCode() - Method in class org.mule.modules.ec2.model.RunInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.SecurityGroup
 
hashCode() - Method in class org.mule.modules.ec2.model.SecurityGroupReference
 
hashCode() - Method in class org.mule.modules.ec2.model.Snapshot
 
hashCode() - Method in class org.mule.modules.ec2.model.StaleIpPermission
 
hashCode() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
 
hashCode() - Method in class org.mule.modules.ec2.model.StartInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.StateReason
 
hashCode() - Method in class org.mule.modules.ec2.model.StopInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.Tag
 
hashCode() - Method in class org.mule.modules.ec2.model.TagDescription
 
hashCode() - Method in class org.mule.modules.ec2.model.TerminateInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.UnmonitorInstancesResult
 
hashCode() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
 
hashCode() - Method in class org.mule.modules.ec2.model.Volume
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeAttachment
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeModification
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
 
hashCode() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
 
HypervisorType - Enum in org.mule.modules.ec2.model
 

I

IamInstanceProfile - Class in org.mule.modules.ec2.model
 
IamInstanceProfile() - Constructor for class org.mule.modules.ec2.model.IamInstanceProfile
 
IamInstanceProfileAssociation - Class in org.mule.modules.ec2.model
 
IamInstanceProfileAssociation() - Constructor for class org.mule.modules.ec2.model.IamInstanceProfileAssociation
 
IamInstanceProfileAssociationState - Enum in org.mule.modules.ec2.model
 
Image - Class in org.mule.modules.ec2.model
 
Image() - Constructor for class org.mule.modules.ec2.model.Image
 
ImageAttribute - Class in org.mule.modules.ec2.model
 
ImageAttribute() - Constructor for class org.mule.modules.ec2.model.ImageAttribute
 
ImageState - Enum in org.mule.modules.ec2.model
 
ImageTypeValues - Enum in org.mule.modules.ec2.model
 
importKeyPair(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Imports the public key from an RSA key pair that you created with a third-party tool.
ImportKeyPairResult - Class in org.mule.modules.ec2.model
 
ImportKeyPairResult() - Constructor for class org.mule.modules.ec2.model.ImportKeyPairResult
 
ImportKeyPairResult(String, String) - Constructor for class org.mule.modules.ec2.model.ImportKeyPairResult
 
Instance - Class in org.mule.modules.ec2.model
 
Instance() - Constructor for class org.mule.modules.ec2.model.Instance
 
InstanceAttribute - Class in org.mule.modules.ec2.model
 
InstanceAttribute() - Constructor for class org.mule.modules.ec2.model.InstanceAttribute
 
InstanceBlockDeviceMapping - Class in org.mule.modules.ec2.model
 
InstanceBlockDeviceMapping() - Constructor for class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
 
InstanceIpv6Address - Class in org.mule.modules.ec2.model
 
InstanceIpv6Address() - Constructor for class org.mule.modules.ec2.model.InstanceIpv6Address
 
InstanceLifecycleType - Enum in org.mule.modules.ec2.model
 
InstanceMonitoring - Class in org.mule.modules.ec2.model
 
InstanceMonitoring() - Constructor for class org.mule.modules.ec2.model.InstanceMonitoring
 
InstanceNetworkInterface - Class in org.mule.modules.ec2.model
 
InstanceNetworkInterface() - Constructor for class org.mule.modules.ec2.model.InstanceNetworkInterface
 
InstanceNetworkInterfaceAssociation - Class in org.mule.modules.ec2.model
 
InstanceNetworkInterfaceAssociation() - Constructor for class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
 
InstanceNetworkInterfaceAttachment - Class in org.mule.modules.ec2.model
 
InstanceNetworkInterfaceAttachment() - Constructor for class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
 
InstancePrivateIpAddress - Class in org.mule.modules.ec2.model
 
InstancePrivateIpAddress() - Constructor for class org.mule.modules.ec2.model.InstancePrivateIpAddress
 
InstanceState - Class in org.mule.modules.ec2.model
 
InstanceState() - Constructor for class org.mule.modules.ec2.model.InstanceState
 
InstanceStateChange - Class in org.mule.modules.ec2.model
 
InstanceStateChange() - Constructor for class org.mule.modules.ec2.model.InstanceStateChange
 
InstanceStatus - Class in org.mule.modules.ec2.model
 
InstanceStatus() - Constructor for class org.mule.modules.ec2.model.InstanceStatus
 
InstanceStatusDetails - Class in org.mule.modules.ec2.model
 
InstanceStatusDetails() - Constructor for class org.mule.modules.ec2.model.InstanceStatusDetails
 
InstanceStatusEvent - Class in org.mule.modules.ec2.model
 
InstanceStatusEvent() - Constructor for class org.mule.modules.ec2.model.InstanceStatusEvent
 
InstanceStatusSummary - Class in org.mule.modules.ec2.model
 
InstanceStatusSummary() - Constructor for class org.mule.modules.ec2.model.InstanceStatusSummary
 
InstanceType - Enum in org.mule.modules.ec2.model
 
instantiateClient(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
IpPermission - Class in org.mule.modules.ec2.model
 
IpPermission() - Constructor for class org.mule.modules.ec2.model.IpPermission
 
IpRange - Class in org.mule.modules.ec2.model
 
IpRange() - Constructor for class org.mule.modules.ec2.model.IpRange
 
Ipv6Range - Class in org.mule.modules.ec2.model
 
Ipv6Range() - Constructor for class org.mule.modules.ec2.model.Ipv6Range
 
isAnyoneNotEmpty(Collection<?>, Collection<?>, Collection<?>) - Static method in class org.mule.modules.ec2.util.ModelUtils
 
isAutoEnableIO() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
The state of autoEnableIO attribute.
isConnected() - Method in class org.mule.modules.ec2.Config
 
isDeleteOnTermination() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is deleted on instance termination.
isDeleteOnTermination() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
Indicates whether the volume is deleted on instance termination.
isDeleteOnTermination() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
isDeleteOnTermination() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
isDeleteOnTermination() - Method in class org.mule.modules.ec2.model.VolumeAttachment
Indicates whether the EBS volume is deleted on instance termination.
isDisableApiTermination() - Method in class org.mule.modules.ec2.model.InstanceAttribute
If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.
isEbsOptimized() - Method in class org.mule.modules.ec2.model.Instance
Indicates whether the instance is optimized for EBS I/O.
isEbsOptimized() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether the instance is optimized for EBS I/O.
isEnaSupport() - Method in class org.mule.modules.ec2.model.Image
Specifies whether enhanced networking with ENA is enabled.
isEnaSupport() - Method in class org.mule.modules.ec2.model.Instance
Specifies whether enhanced networking with ENA is enabled.
isEnaSupport() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether enhanced networking with ENA is enabled.
isEncrypted() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is encrypted.
isEncrypted() - Method in class org.mule.modules.ec2.model.Snapshot
Indicates whether the snapshot is encrypted.
isEncrypted() - Method in class org.mule.modules.ec2.model.Volume
Indicates whether the volume will be encrypted.
isPrimary() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
Indicates whether this IPv4 address is the primary private IP address of the network interface.
isPrimary() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
isPrimary() - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
Indicates whether the private IPv4 address is the primary private IPv4 address.
isPublic() - Method in class org.mule.modules.ec2.model.Image
Indicates whether the image has public launch permissions.
isRequesterManaged() - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether the network interface is being managed by AWS.
isSourceDestCheck() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
Indicates whether source/destination checking is enabled.
isSourceDestCheck() - Method in class org.mule.modules.ec2.model.Instance
Specifies whether to enable an instance launched in a VPC to perform NAT.
isSourceDestCheck() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether source/destination checking is enabled.
isSourceDestCheck() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
Indicates whether to validate network traffic to or from this network interface.
isSourceDestCheck() - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether traffic to or from the instance is validated.
isTryDefaultAWSCredentialsProviderChain() - Method in class org.mule.modules.aws.commons.ClientBuilder
 

K

KeyPair - Class in org.mule.modules.ec2.model
 
KeyPair() - Constructor for class org.mule.modules.ec2.model.KeyPair
 
KeyPair(String, String, String) - Constructor for class org.mule.modules.ec2.model.KeyPair
 
KeyPairInfo - Class in org.mule.modules.ec2.model
 
KeyPairInfo() - Constructor for class org.mule.modules.ec2.model.KeyPairInfo
 
KeyPairInfo(String, String) - Constructor for class org.mule.modules.ec2.model.KeyPairInfo
 

L

LaunchPermission - Class in org.mule.modules.ec2.model
 
LaunchPermission() - Constructor for class org.mule.modules.ec2.model.LaunchPermission
 

M

ModelUtils - Class in org.mule.modules.ec2.util
 
modifyImageAttribute(String, String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Modifies the specified attribute of the specified AMI.
modifyInstanceAttribute(String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Modifies the specified attribute of the specified instance.
modifyNetworkInterfaceAttribute(String, String, String, List<String>, Boolean, Boolean) - Method in class org.mule.modules.ec2.EC2Connector
Modifies the specified network interface attribute.
modifySnapshotAttribute(String, SnapshotAttributeName, OperationType, Collection<String>, Collection<String>) - Method in class org.mule.modules.ec2.EC2Connector
Adds or removes permission settings for the specified snapshot.
ModifySnapshotAttributeResult - Class in org.mule.modules.ec2.model
 
ModifySnapshotAttributeResult() - Constructor for class org.mule.modules.ec2.model.ModifySnapshotAttributeResult
 
modifyVolume(String, Integer, Integer, VolumeType) - Method in class org.mule.modules.ec2.EC2Connector
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.
modifyVolumeAttribute(String, boolean) - Method in class org.mule.modules.ec2.EC2Connector
Modifies a volume attribute.
ModifyVolumeAttributeResult - Class in org.mule.modules.ec2.model
 
ModifyVolumeAttributeResult() - Constructor for class org.mule.modules.ec2.model.ModifyVolumeAttributeResult
 
ModifyVolumeResult - Class in org.mule.modules.ec2.model
 
ModifyVolumeResult() - Constructor for class org.mule.modules.ec2.model.ModifyVolumeResult
 
Monitoring - Class in org.mule.modules.ec2.model
 
Monitoring() - Constructor for class org.mule.modules.ec2.model.Monitoring
 
MonitoringState - Enum in org.mule.modules.ec2.model
 
monitorInstances(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Enables detailed monitoring for a running instance.
MonitorInstancesResult - Class in org.mule.modules.ec2.model
 
MonitorInstancesResult() - Constructor for class org.mule.modules.ec2.model.MonitorInstancesResult
 
moveAddressToVpc(String) - Method in class org.mule.modules.ec2.EC2Connector
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
MoveAddressToVpcResult - Class in org.mule.modules.ec2.model
 
MoveAddressToVpcResult() - Constructor for class org.mule.modules.ec2.model.MoveAddressToVpcResult
The default constructor for MoveAddressToVpcResult
MovingAddressStatus - Class in org.mule.modules.ec2.model
 
MovingAddressStatus() - Constructor for class org.mule.modules.ec2.model.MovingAddressStatus
The defaulst constructor of the MovingAddressStatus

N

NetworkInterface - Class in org.mule.modules.ec2.model
 
NetworkInterface() - Constructor for class org.mule.modules.ec2.model.NetworkInterface
 
NetworkInterfaceAssociation - Class in org.mule.modules.ec2.model
 
NetworkInterfaceAssociation() - Constructor for class org.mule.modules.ec2.model.NetworkInterfaceAssociation
 
NetworkInterfaceAttachment - Class in org.mule.modules.ec2.model
 
NetworkInterfaceAttachment() - Constructor for class org.mule.modules.ec2.model.NetworkInterfaceAttachment
 
NetworkInterfaceIpv6Address - Class in org.mule.modules.ec2.model
 
NetworkInterfaceIpv6Address() - Constructor for class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
 
NetworkInterfacePrivateIpAddress - Class in org.mule.modules.ec2.model
 
NetworkInterfacePrivateIpAddress() - Constructor for class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
 
NetworkInterfaceStatus - Enum in org.mule.modules.ec2.model
 

O

OperationType - Enum in org.mule.modules.ec2.model
 
org.mule.modules.aws.commons - package org.mule.modules.aws.commons
 
org.mule.modules.ec2 - package org.mule.modules.ec2
 
org.mule.modules.ec2.model - package org.mule.modules.ec2.model
 
org.mule.modules.ec2.util - package org.mule.modules.ec2.util
 

P

PermissionGroup - Enum in org.mule.modules.ec2.model
 
Placement - Class in org.mule.modules.ec2.model
 
Placement() - Constructor for class org.mule.modules.ec2.model.Placement
Default constructor for Placement object.
Placement(String) - Constructor for class org.mule.modules.ec2.model.Placement
Constructs a new Placement object.
PlatformValues - Enum in org.mule.modules.ec2.model
 
PrefixListId - Class in org.mule.modules.ec2.model
 
PrefixListId() - Constructor for class org.mule.modules.ec2.model.PrefixListId
 
PrivateIpAddressSpecification - Class in org.mule.modules.ec2.model
 
PrivateIpAddressSpecification() - Constructor for class org.mule.modules.ec2.model.PrivateIpAddressSpecification
 
ProductCode - Class in org.mule.modules.ec2.model
 
ProductCode() - Constructor for class org.mule.modules.ec2.model.ProductCode
 
ProductCodeValues - Enum in org.mule.modules.ec2.model
 

R

rebootInstances(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Requests a reboot of one or more instances.
Region - Class in org.mule.modules.ec2.model
 
Region() - Constructor for class org.mule.modules.ec2.model.Region
 
RegionEditor - Class in org.mule.modules.aws.commons
 
RegionEditor() - Constructor for class org.mule.modules.aws.commons.RegionEditor
 
RegionEndpoint - Enum in org.mule.modules.ec2.model
Enum for including Region endpoints
releaseAddress(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Releases the specified Elastic IP address.
replaceIamInstanceProfileAssociation(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Replaces an IAM instance profile for the specified running instance.
ReplaceIamInstanceProfileAssociationResult - Class in org.mule.modules.ec2.model
 
ReplaceIamInstanceProfileAssociationResult() - Constructor for class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
 
reportInstanceStatus(List<String>, List<String>, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Submits feedback about the status of an instance.
Reservation - Class in org.mule.modules.ec2.model
 
Reservation() - Constructor for class org.mule.modules.ec2.model.Reservation
 
resetImageAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Resets an attribute of an AMI to its default value.
resetInstanceAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Resets an attribute of an instance to its default value.
resetNetworkInterfaceAttribute(String, String) - Method in class org.mule.modules.ec2.EC2Connector
Resets a network interface attribute.
resetSnapshotAttribute(String, SnapshotAttributeName) - Method in class org.mule.modules.ec2.EC2Connector
Resets permission settings for the specified snapshot.
ResetSnapshotAttributeResult - Class in org.mule.modules.ec2.model
 
ResetSnapshotAttributeResult() - Constructor for class org.mule.modules.ec2.model.ResetSnapshotAttributeResult
 
ResourceType - Enum in org.mule.modules.ec2.model
 
restoreAddressToClassic(String) - Method in class org.mule.modules.ec2.EC2Connector
Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform.
RestoreAddressToClassicResult - Class in org.mule.modules.ec2.model
 
RestoreAddressToClassicResult() - Constructor for class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
revokeSecurityGroupEgress(String, String, String, Integer, Integer, List<IpPermission>, String, String) - Method in class org.mule.modules.ec2.EC2Connector
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC.
RevokeSecurityGroupEgressResult - Class in org.mule.modules.ec2.model
 
RevokeSecurityGroupEgressResult() - Constructor for class org.mule.modules.ec2.model.RevokeSecurityGroupEgressResult
 
revokeSecurityGroupIngress(String, String, String, String, Integer, Integer, List<IpPermission>, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Removes one or more ingress rules from a security group.
RevokeSecurityGroupIngressResult - Class in org.mule.modules.ec2.model
 
RevokeSecurityGroupIngressResult() - Constructor for class org.mule.modules.ec2.model.RevokeSecurityGroupIngressResult
 
roleARN - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
runInstances(String, Integer, Integer, List<String>, List<String>, String, String, String) - Method in class org.mule.modules.ec2.EC2Connector
Launches the specified number of instances of an AMI for which you have permissions.
RunInstancesResult - Class in org.mule.modules.ec2.model
 
RunInstancesResult() - Constructor for class org.mule.modules.ec2.model.RunInstancesResult
 

S

secretKey - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
SecurityGroup - Class in org.mule.modules.ec2.model
 
SecurityGroup() - Constructor for class org.mule.modules.ec2.model.SecurityGroup
 
SecurityGroupReference - Class in org.mule.modules.ec2.model
 
SecurityGroupReference() - Constructor for class org.mule.modules.ec2.model.SecurityGroupReference
 
sessionToken - Variable in class org.mule.modules.aws.commons.ClientBuilder
 
setAccessKey(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setActions(Collection<VolumeStatusAction>) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The details of the operation.
setAddresses(Collection<Address>) - Method in class org.mule.modules.ec2.model.DescribeAddressesResult
 
setAffinity(String) - Method in class org.mule.modules.ec2.model.Placement
The affinity setting for the instance on the Dedicated Host.
setAllocationId(String) - Method in class org.mule.modules.ec2.model.Address
[EC2-VPC] The allocation ID for the address.
setAllocationId(String) - Method in class org.mule.modules.ec2.model.AllocateAddressResult
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
setAllocationId(String) - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
Setting the allocationId to MoveAddressToVpcResult object
setAllocationId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The allocation ID.
setAmiLaunchIndex(Integer) - Method in class org.mule.modules.ec2.model.Instance
The AMI launch index, which can be used to find this instance in the launch group.
setArchitecture(String) - Method in class org.mule.modules.ec2.model.Image
The architecture of the image.
setArchitecture(ArchitectureValues) - Method in class org.mule.modules.ec2.model.Image
The architecture of the image.
setArchitecture(String) - Method in class org.mule.modules.ec2.model.Instance
The architecture of the image.
setArchitecture(ArchitectureValues) - Method in class org.mule.modules.ec2.model.Instance
The architecture of the image.
setArn(String) - Method in class org.mule.modules.ec2.model.IamInstanceProfile
The Amazon Resource Name (ARN) of the instance profile.
setAssignedIpv6Addresses(List<String>) - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
setAssociation(InstanceNetworkInterfaceAssociation) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The association information for an Elastic IPv4 associated with the network interface.
setAssociation(InstanceNetworkInterfaceAssociation) - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The association information for an Elastic IP address for the network interface.
setAssociation(NetworkInterfaceAssociation) - Method in class org.mule.modules.ec2.model.NetworkInterface
The association information for an Elastic IP address (IPv4) associated with the network interface.
setAssociation(NetworkInterfaceAssociation) - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The association information for an Elastic IP address (IPv4) associated with the network interface.
setAssociationId(String) - Method in class org.mule.modules.ec2.model.Address
[EC2-VPC] The association ID for the address.
setAssociationId(String) - Method in class org.mule.modules.ec2.model.AssociateAddressResult
 
setAssociationId(String) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The ID of the association.
setAssociationId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The association ID.
setAsyncClient(T) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setAttachment(VolumeAttachment) - Method in class org.mule.modules.ec2.model.AttachVolumeResult
Describes volume attachment details.
setAttachment(NetworkInterfaceAttachment) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The attachment (if any) of the network interface.
setAttachment(VolumeAttachment) - Method in class org.mule.modules.ec2.model.DetachVolumeResult
Describes volume attachment details.
setAttachment(InstanceNetworkInterfaceAttachment) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The network interface attachment.
setAttachment(NetworkInterfaceAttachment) - Method in class org.mule.modules.ec2.model.NetworkInterface
The network interface attachment.
setAttachmentId(String) - Method in class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
The ID of the network interface attachment.
setAttachmentId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The ID of the network interface attachment.
setAttachmentId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The ID of the network interface attachment.
setAttachments(Collection<VolumeAttachment>) - Method in class org.mule.modules.ec2.model.Volume
Information about the volume attachments.
setAttachTime(Date) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The time stamp when the attachment initiated.
setAttachTime(Date) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The time stamp when the attachment initiated.
setAttachTime(Date) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The timestamp indicating when the attachment initiated.
setAttachTime(Date) - Method in class org.mule.modules.ec2.model.VolumeAttachment
The time stamp when the attachment initiated.
setAutoEnableIO(Boolean) - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
The state of autoEnableIO attribute.
setAvailabilityZone(String) - Method in class org.mule.modules.ec2.model.InstanceStatus
The Availability Zone of the instance.
setAvailabilityZone(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The Availability Zone.
setAvailabilityZone(String) - Method in class org.mule.modules.ec2.model.Placement
The Availability Zone of the instance.
setAvailabilityZone(String) - Method in class org.mule.modules.ec2.model.Volume
The Availability Zone for the volume.
setAvailabilityZone(String) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The Availability Zone of the volume.
setAvailabilityZones(Collection<AvailabilityZone>) - Method in class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
Information about one or more Availability Zones.
setBlockDeviceMappings(Collection<BlockDeviceMapping>) - Method in class org.mule.modules.ec2.model.Image
Any block device mapping entries.
setBlockDeviceMappings(Collection<BlockDeviceMapping>) - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more block device mapping entries.
setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping>) - Method in class org.mule.modules.ec2.model.Instance
Any block device mapping entries for the instance.
setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping>) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The block device mapping of the instance.
setCidrIp(String) - Method in class org.mule.modules.ec2.model.IpRange
The IPv4 CIDR range.
setCidrIpv6(String) - Method in class org.mule.modules.ec2.model.Ipv6Range
The IPv6 CIDR range.
setClientBuilder() - Method in class org.mule.modules.aws.commons.CommonConfig
 
setClientBuilder() - Method in class org.mule.modules.ec2.Config
 
setClientConfiguration(ClientConfiguration) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setClientToken(String) - Method in class org.mule.modules.ec2.model.Instance
The idempotency token you provided when you launched the instance, if applicable.
setCode(Integer) - Method in class org.mule.modules.ec2.model.InstanceState
The low byte represents the state.
setCode(String) - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The event code.
setCode(String) - Method in class org.mule.modules.ec2.model.StateReason
The reason code for the state change.
setCode(String) - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The code identifying the operation, for example, enable-volume-io.
setConfig(Config) - Method in class org.mule.modules.ec2.EC2Connector
 
setConfigRegion(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setConnectionTimeout(Integer) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setConnectionTimeout(Integer) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setCreateTime(Date) - Method in class org.mule.modules.ec2.model.Volume
The time stamp when volume creation was initiated.
setCreateVolumePermissions(Collection<CreateVolumePermission>) - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
A list of permissions for creating volumes from the snapshot.
setCreationDate(String) - Method in class org.mule.modules.ec2.model.Image
The date and time the image was created.
setCurrentState(InstanceState) - Method in class org.mule.modules.ec2.model.InstanceStateChange
The current state of the instance.
setCustomClientConfiguration() - Method in class org.mule.modules.aws.commons.ClientBuilder
Sets the custom configuration fields for every different AWSClient
setCustomClientConfiguration() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
setDataEncryptionKeyId(String) - Method in class org.mule.modules.ec2.model.Snapshot
The data encryption key identifier for the snapshot.
setDefaultRegion(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setDeleteOnTermination(Boolean) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is deleted on instance termination.
setDeleteOnTermination(Boolean) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
Indicates whether the volume is deleted on instance termination.
setDeleteOnTermination(Boolean) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
setDeleteOnTermination(Boolean) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
Indicates whether the network interface is deleted when the instance is terminated.
setDeleteOnTermination(Boolean) - Method in class org.mule.modules.ec2.model.VolumeAttachment
Indicates whether the EBS volume is deleted on instance termination.
setDescription(String) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The description of the network interface.
setDescription(String) - Method in class org.mule.modules.ec2.model.Image
The description of the AMI that was provided during image creation.
setDescription(String) - Method in class org.mule.modules.ec2.model.ImageAttribute
A description for the AMI.
setDescription(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The description.
setDescription(String) - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
A description of the event.
setDescription(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
A description.
setDescription(String) - Method in class org.mule.modules.ec2.model.SecurityGroup
A description of the security group.
setDescription(String) - Method in class org.mule.modules.ec2.model.Snapshot
The description for the snapshot.
setDescription(String) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The description of the security group.
setDescription(String) - Method in class org.mule.modules.ec2.model.VolumeStatusAction
A description of the operation.
setDescription(String) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
A description of the event.
setDetails(Collection<InstanceStatusDetails>) - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
The system instance health or application instance health.
setDetails(Collection<VolumeStatusDetails>) - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
The details of the volume status.
setDevice(String) - Method in class org.mule.modules.ec2.model.VolumeAttachment
The device name.
setDeviceIndex(Integer) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The index of the device on the instance for the network interface attachment.
setDeviceIndex(Integer) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The device index of the network interface attachment on the instance.
setDeviceName(String) - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
The device name exposed to the instance (for example, /dev/sdh or xvdh).
setDeviceName(String) - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
The device name exposed to the instance (for example, /dev/sdh or xvdh).
setDisableApiTermination(Boolean) - Method in class org.mule.modules.ec2.model.InstanceAttribute
If the value is true, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.
setDomain(String) - Method in class org.mule.modules.ec2.model.Address
The domain of the Address(Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).
setDomain(String) - Method in class org.mule.modules.ec2.model.AllocateAddressResult
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
setEbs(EbsBlockDevice) - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
Parameters used to automatically set up EBS volumes when the instance is launched.
setEbs(EbsInstanceBlockDevice) - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
Parameters used to automatically set up EBS volumes when the instance is launched.
setEbsOptimized(Boolean) - Method in class org.mule.modules.ec2.model.Instance
Indicates whether the instance is optimized for EBS I/O.
setEbsOptimized(Boolean) - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether the instance is optimized for EBS I/O.
setEnaSupport(Boolean) - Method in class org.mule.modules.ec2.model.Image
Specifies whether enhanced networking with ENA is enabled.
setEnaSupport(Boolean) - Method in class org.mule.modules.ec2.model.Instance
Specifies whether enhanced networking with ENA is enabled.
setEnaSupport(Boolean) - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether enhanced networking with ENA is enabled.
setEncrypted(Boolean) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Indicates whether the EBS volume is encrypted.
setEncrypted(Boolean) - Method in class org.mule.modules.ec2.model.Snapshot
Indicates whether the snapshot is encrypted.
setEncrypted(Boolean) - Method in class org.mule.modules.ec2.model.Volume
Indicates whether the volume will be encrypted.
setEndpoint(String) - Method in class org.mule.modules.ec2.model.Region
The region service endpoint.
setEndTime(Date) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setEventId(String) - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The ID of the event associated with this operation.
setEventId(String) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The ID of this event.
setEvents(Collection<InstanceStatusEvent>) - Method in class org.mule.modules.ec2.model.InstanceStatus
Any scheduled events associated with the instance.
setEvents(Collection<VolumeStatusEvent>) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
A list of events associated with the volume.
setEventType(String) - Method in class org.mule.modules.ec2.model.VolumeStatusAction
The event type associated with this operation.
setEventType(String) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The type of this event.
setFromPort(Integer) - Method in class org.mule.modules.ec2.model.IpPermission
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
setFromPort(Integer) - Method in class org.mule.modules.ec2.model.StaleIpPermission
The start of the port range for the TCP and UDP protocols, or an ICMP type number.
setGroup(String) - Method in class org.mule.modules.ec2.model.CreateVolumePermission
The specific group that is to be added or removed from a volume's list of create volume permissions.
setGroup(PermissionGroup) - Method in class org.mule.modules.ec2.model.CreateVolumePermission
The specific group that is to be added or removed from a volume's list of create volume permissions.
setGroup(String) - Method in class org.mule.modules.ec2.model.LaunchPermission
The name of the group.
setGroup(PermissionGroup) - Method in class org.mule.modules.ec2.model.LaunchPermission
The name of the group.
setGroupId(String) - Method in class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
setGroupId(String) - Method in class org.mule.modules.ec2.model.GroupIdentifier
The ID of the security group.
setGroupId(String) - Method in class org.mule.modules.ec2.model.SecurityGroup
The ID of the security group.
setGroupId(String) - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of your security group.
setGroupId(String) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The ID of the security group.
setGroupId(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the security group.
setGroupName(String) - Method in class org.mule.modules.ec2.model.GroupIdentifier
The name of the security group.
setGroupName(String) - Method in class org.mule.modules.ec2.model.Placement
The name of the placement group the instance is in (for cluster compute instances).
setGroupName(String) - Method in class org.mule.modules.ec2.model.SecurityGroup
The name of the security group.
setGroupName(String) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The name of the security group.
setGroupName(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The name of the security group.
setGroupNames(Collection<String>) - Method in class org.mule.modules.ec2.model.Reservation
One or more security group names.
setGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The security groups associated with the network interface.
setGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The security groups associated with the instance.
setGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more security groups.
setGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.NetworkInterface
Any security groups for the network interface.
setGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.Reservation
[EC2-Classic only] One or more security groups.
setHostId(String) - Method in class org.mule.modules.ec2.model.Placement
The ID of the Dedicated Host on which the instance resides.
setHypervisor(String) - Method in class org.mule.modules.ec2.model.Image
The hypervisor type of the image.
setHypervisor(HypervisorType) - Method in class org.mule.modules.ec2.model.Image
The hypervisor type of the image.
setHypervisor(String) - Method in class org.mule.modules.ec2.model.Instance
The hypervisor type of the instance.
setHypervisor(HypervisorType) - Method in class org.mule.modules.ec2.model.Instance
The hypervisor type of the instance.
setIamInstanceProfile(IamInstanceProfile) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The IAM instance profile.
setIamInstanceProfile(IamInstanceProfile) - Method in class org.mule.modules.ec2.model.Instance
The IAM instance profile associated with the instance, if applicable.
setIamInstanceProfileAssociation(IamInstanceProfileAssociation) - Method in class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
Information about the IAM instance profile association.
setIamInstanceProfileAssociation(IamInstanceProfileAssociation) - Method in class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
Information about the IAM instance profile association.
setIamInstanceProfileAssociation(IamInstanceProfileAssociation) - Method in class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
Information about the IAM instance profile association.
setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation>) - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
Information about one or more IAM instance profile associations.
setId(String) - Method in class org.mule.modules.ec2.model.IamInstanceProfile
The ID of the instance profile.
setImageAttribute(ImageAttribute) - Method in class org.mule.modules.ec2.model.DescribeImageAttributeResult
Describes an image attribute.
setImageData(String) - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
The data that comprises the image.
setImageId(String) - Method in class org.mule.modules.ec2.model.Image
The ID of the AMI.
setImageId(String) - Method in class org.mule.modules.ec2.model.ImageAttribute
The ID of the AMI.
setImageId(String) - Method in class org.mule.modules.ec2.model.Instance
The ID of the AMI used to launch the instance.
setImageLocation(String) - Method in class org.mule.modules.ec2.model.Image
The location of the AMI.
setImageOwnerAlias(String) - Method in class org.mule.modules.ec2.model.Image
The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.
setImages(Collection<Image>) - Method in class org.mule.modules.ec2.model.DescribeImagesResult
Information about one or more images.
setImageType(String) - Method in class org.mule.modules.ec2.model.Image
The type of image.
setImageType(ImageTypeValues) - Method in class org.mule.modules.ec2.model.Image
The type of image.
setImpairedSince(Date) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The time when a status check failed.
setInstanceAttribute(InstanceAttribute) - Method in class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
Describes an instance attribute.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.Address
The association ID for the address.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The ID of the Windows instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.Instance
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.InstanceMonitoring
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.InstanceStateChange
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.InstanceStatus
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The ID of the instance.
setInstanceId(String) - Method in class org.mule.modules.ec2.model.VolumeAttachment
 
setInstanceInitiatedShutdownBehavior(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
setInstanceLifecycle(String) - Method in class org.mule.modules.ec2.model.Instance
Indicates whether this is a Spot instance or a Scheduled Instance.
setInstanceLifecycle(InstanceLifecycleType) - Method in class org.mule.modules.ec2.model.Instance
Indicates whether this is a Spot instance or a Scheduled Instance.
setInstanceMonitorings(Collection<InstanceMonitoring>) - Method in class org.mule.modules.ec2.model.MonitorInstancesResult
The monitoring information.
setInstanceMonitorings(Collection<InstanceMonitoring>) - Method in class org.mule.modules.ec2.model.UnmonitorInstancesResult
The monitoring information.
setInstanceOwnerId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The AWS account ID of the owner of the instance.
setInstances(Collection<Instance>) - Method in class org.mule.modules.ec2.model.Reservation
One or more instances.
setInstanceState(InstanceState) - Method in class org.mule.modules.ec2.model.InstanceStatus
The intended state of the instance.
setInstanceStatus(InstanceStatusSummary) - Method in class org.mule.modules.ec2.model.InstanceStatus
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
setInstanceStatuses(Collection<InstanceStatus>) - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
One or more instance status descriptions.
setInstanceType(String) - Method in class org.mule.modules.ec2.model.Instance
The instance type.
setInstanceType(InstanceType) - Method in class org.mule.modules.ec2.model.Instance
The instance type.
setInstanceType(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The instance type.
setInterfaceType(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The type of interface.
setIops(Integer) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The number of I/O operations per second (IOPS) that the volume supports.
setIops(Integer) - Method in class org.mule.modules.ec2.model.Volume
The number of I/O operations per second (IOPS) that the volume supports.
setIpOwnerId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The ID of the owner of the Elastic IP address.
setIpOwnerId(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The ID of the Elastic IP address owner.
setIpPermissions(Collection<IpPermission>) - Method in class org.mule.modules.ec2.model.SecurityGroup
One or more inbound rules associated with the security group.
setIpPermissionsEgress(Collection<IpPermission>) - Method in class org.mule.modules.ec2.model.SecurityGroup
[EC2-VPC] One or more outbound rules associated with the security group.
setIpProtocol(String) - Method in class org.mule.modules.ec2.model.IpPermission
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).
setIpProtocol(String) - Method in class org.mule.modules.ec2.model.StaleIpPermission
The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).
setIpRanges(Collection<String>) - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more IP ranges.
setIpv4Ranges(Collection<IpRange>) - Method in class org.mule.modules.ec2.model.IpPermission
One or more IPv4 ranges.
setIpv6Address(String) - Method in class org.mule.modules.ec2.model.InstanceIpv6Address
The IPv6 address.
setIpv6Address(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
The IPv6 address.
setIpv6Addresses(Collection<InstanceIpv6Address>) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more IPv6 addresses associated with the network interface.
setIpv6Addresses(Collection<NetworkInterfaceIpv6Address>) - Method in class org.mule.modules.ec2.model.NetworkInterface
The IPv6 addresses associated with the network interface.
setIpv6Ranges(Collection<Ipv6Range>) - Method in class org.mule.modules.ec2.model.IpPermission
[EC2-VPC only] One or more IPv6 ranges.
setKernelId(String) - Method in class org.mule.modules.ec2.model.Image
The kernel associated with the image, if any.
setKernelId(String) - Method in class org.mule.modules.ec2.model.ImageAttribute
The kernel ID.
setKernelId(String) - Method in class org.mule.modules.ec2.model.Instance
The kernel associated with this instance, if applicable.
setKernelId(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The kernel ID.
setKey(String) - Method in class org.mule.modules.ec2.model.Tag
The key of the tag.
setKey(String) - Method in class org.mule.modules.ec2.model.TagDescription
The tag key.
setKeyFingerprint(String) - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
setKeyFingerprint(String) - Method in class org.mule.modules.ec2.model.KeyPair
 
setKeyFingerprint(String) - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
setKeyMaterial(String) - Method in class org.mule.modules.ec2.model.KeyPair
 
setKeyName(String) - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
setKeyName(String) - Method in class org.mule.modules.ec2.model.Instance
The name of the key pair, if this instance was launched with an associated key pair.
setKeyName(String) - Method in class org.mule.modules.ec2.model.KeyPair
 
setKeyName(String) - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
setKeyPair(KeyPair) - Method in class org.mule.modules.ec2.model.CreateKeyPairResult
 
setKeyPairs(List<KeyPairInfo>) - Method in class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
setKmsKeyId(String) - Method in class org.mule.modules.ec2.model.Snapshot
The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.
setKmsKeyId(String) - Method in class org.mule.modules.ec2.model.Volume
The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
setLaunchPermissions(Collection<LaunchPermission>) - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more launch permissions.
setLaunchTime(Date) - Method in class org.mule.modules.ec2.model.Instance
The time the instance was launched.
setMacAddress(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The MAC address.
setMacAddress(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The MAC address.
setMaxConnections(Integer) - Method in class org.mule.modules.ec2.Config
 
setMaxConnections(Integer) - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
setMessage(String) - Method in class org.mule.modules.ec2.model.AvailabilityZoneMessage
The message about the Availability Zone.
setMessage(String) - Method in class org.mule.modules.ec2.model.StateReason
The message for the state change.
setMessages(Collection<AvailabilityZoneMessage>) - Method in class org.mule.modules.ec2.model.AvailabilityZone
Any messages about the Availability Zone.
setModificationState(String) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setModificationState(VolumeModificationState) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setMonitoring(Monitoring) - Method in class org.mule.modules.ec2.model.Instance
The monitoring for the instance.
setMonitoring(Monitoring) - Method in class org.mule.modules.ec2.model.InstanceMonitoring
The monitoring for the instance.
setMoveStatus(String) - Method in class org.mule.modules.ec2.model.MovingAddressStatus
setting the movestatus
setMovingAddressStatuses(Collection<MovingAddressStatus>) - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
setName(String) - Method in class org.mule.modules.ec2.model.Filter
The name of the filter.
setName(String) - Method in class org.mule.modules.ec2.model.Image
The name of the AMI that was provided during image creation.
setName(String) - Method in class org.mule.modules.ec2.model.InstanceState
The current state of the instance.
setName(String) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The type of instance status.
setName(StatusName) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The type of instance status.
setName(String) - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
The name of the volume status.
setName(VolumeStatusName) - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
The name of the volume status.
setNetworkInterface(NetworkInterface) - Method in class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
Information about the network interface.
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.Address
[EC2-VPC] The ID of the network interface that the address is associated with, if any.
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
The ID of the network interface.
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the network interface.
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the network interface.
setNetworkInterfaceId(String) - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
setNetworkInterfaceOwnerId(String) - Method in class org.mule.modules.ec2.model.Address
The AWS account ID of the owner.
setNetworkInterfaces(Collection<NetworkInterface>) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
Information about one or more network interfaces.
setNetworkInterfaces(Collection<InstanceNetworkInterface>) - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] One or more network interfaces for the instance.
setNextToken(String) - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
The token to use to retrieve the next page of results.
setNextToken(String) - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
The token to use to retrieve the next page of results.
setNextToken(String) - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
The token to use to retrieve the next page of results.
setNextToken(String) - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
setNextToken(String) - Method in class org.mule.modules.ec2.model.DescribeTagsResult
The token to use to retrieve the next page of results.
setNoDevice(String) - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
Suppresses the specified device included in the block device mapping of the AMI.
setNotAfter(Date) - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The latest scheduled end time for the event.
setNotAfter(Date) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The latest end time of the event.
setNotBefore(Date) - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
The earliest scheduled start time for the event.
setNotBefore(Date) - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
The earliest start time of the event.
setOriginalIops(Integer) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setOriginalSize(Integer) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setOriginalVolumeType(String) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setOriginalVolumeType(VolumeType) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setOutput(String) - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The console output, Base64-encoded.
setOwnerAlias(String) - Method in class org.mule.modules.ec2.model.Snapshot
Value from an Amazon-maintained list (amazon | aws-marketplace | microsoft ) of snapshot owners.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.Image
The AWS account ID of the image owner.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the AWS account that created the network interface.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The AWS account ID of the owner of the network interface.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.Reservation
The ID of the AWS account that owns the reservation.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.SecurityGroup
The AWS account ID of the owner of the security group.
setOwnerId(String) - Method in class org.mule.modules.ec2.model.Snapshot
The AWS account ID of the EBS snapshot owner.
setPasswordData(String) - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The password of the instance.
setPeeringStatus(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The status of a VPC peering connection, if applicable.
setPlacement(Placement) - Method in class org.mule.modules.ec2.model.Instance
The location where the instance launched, if applicable.
setPlatform(String) - Method in class org.mule.modules.ec2.model.Image
The value is Windows for Windows AMIs; otherwise blank.
setPlatform(PlatformValues) - Method in class org.mule.modules.ec2.model.Image
The value is Windows for Windows AMIs; otherwise blank.
setPlatform(String) - Method in class org.mule.modules.ec2.model.Instance
The value is Windows for Windows instances; otherwise blank.
setPlatform(PlatformValues) - Method in class org.mule.modules.ec2.model.Instance
The value is Windows for Windows instances; otherwise blank.
setPrefixListId(String) - Method in class org.mule.modules.ec2.model.PrefixListId
The ID of the prefix.
setPrefixListIds(Collection<PrefixListId>) - Method in class org.mule.modules.ec2.model.IpPermission
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
setPrefixListIds(Collection<String>) - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more prefix list IDs for an AWS service.
setPreviousState(InstanceState) - Method in class org.mule.modules.ec2.model.InstanceStateChange
The previous state of the instance.
setPrimary(Boolean) - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
Indicates whether this IPv4 address is the primary private IP address of the network interface.
setPrimary(Boolean) - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
setPrimary(Boolean) - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
Indicates whether the private IPv4 address is the primary private IPv4 address.
setPrivateDnsName(String) - Method in class org.mule.modules.ec2.model.Instance
(IPv4 only) The private DNS hostname name assigned to the instance.
setPrivateDnsName(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The private DNS name.
setPrivateDnsName(String) - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The private IPv4 DNS name.
setPrivateDnsName(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The private DNS name.
setPrivateDnsName(String) - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The private DNS name.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.Address
[EC2-VPC] The private IP address associated with the Elastic IP address.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.Instance
The private IPv4 address assigned to the instance.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The IPv4 address of the network interface within the subnet.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
The private IPv4 address of the network interface.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The IPv4 address of the network interface within the subnet.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
The private IPv4 address.
setPrivateIpAddress(String) - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
The private IPv4 addresses.
setPrivateIpAddresses(Collection<InstancePrivateIpAddress>) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
One or more private IPv4 addresses associated with the network interface.
setPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress>) - Method in class org.mule.modules.ec2.model.NetworkInterface
The private IPv4 addresses associated with the network interface.
setProductCodeId(String) - Method in class org.mule.modules.ec2.model.ProductCode
The product code.
setProductCodes(Collection<ProductCode>) - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
A list of product codes.
setProductCodes(Collection<ProductCode>) - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
A list of product codes.
setProductCodes(Collection<ProductCode>) - Method in class org.mule.modules.ec2.model.Image
Any product codes associated with the AMI.
setProductCodes(Collection<ProductCode>) - Method in class org.mule.modules.ec2.model.ImageAttribute
One or more product codes.
setProductCodes(Collection<ProductCode>) - Method in class org.mule.modules.ec2.model.Instance
The product codes attached to this instance, if applicable.
setProductCodes(List<ProductCode>) - Method in class org.mule.modules.ec2.model.InstanceAttribute
A list of product codes.
setProductCodeType(String) - Method in class org.mule.modules.ec2.model.ProductCode
The type of product code.
setProductCodeType(ProductCodeValues) - Method in class org.mule.modules.ec2.model.ProductCode
The type of product code.
setProgress(String) - Method in class org.mule.modules.ec2.model.Snapshot
The progress of the snapshot, as a percentage.
setProgress(Long) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setProtocol(Protocol) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProtocol(Protocol) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyDomain(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyDomain(String) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyHost(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyHost(String) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyPassword(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyPassword(String) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyPort(Integer) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyPort(Integer) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyUsername(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyUsername(String) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setProxyWorkstation(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setProxyWorkstation(String) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setPublic(Boolean) - Method in class org.mule.modules.ec2.model.Image
Indicates whether the image has public launch permissions.
setPublicDnsName(String) - Method in class org.mule.modules.ec2.model.Instance
(IPv4 only) The public DNS name assigned to the instance.
setPublicDnsName(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The public DNS name.
setPublicDnsName(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The public DNS name.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.Address
The Elastic IP address.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.AllocateAddressResult
The Elastic IP address.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
The public IP address or Elastic IP address bound to the network interface.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.MovingAddressStatus
Setting the Elastic IP address.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
The address of the Elastic IP address bound to the network interface.
setPublicIp(String) - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
setPublicIpAddress(String) - Method in class org.mule.modules.ec2.model.Instance
The public IPv4 address assigned to the instance, if applicable.
setRamdiskId(String) - Method in class org.mule.modules.ec2.model.Image
The RAM disk associated with the image, if any.
setRamdiskId(String) - Method in class org.mule.modules.ec2.model.ImageAttribute
The RAM disk ID.
setRamdiskId(String) - Method in class org.mule.modules.ec2.model.Instance
The RAM disk associated with this instance, if applicable.
setRamdiskId(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The RAM disk ID.
setReferencingVpcId(String) - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of the VPC with the referencing security group.
setRegion(RegionEndpoint) - Method in class org.mule.modules.ec2.Config
 
setRegionName(String) - Method in class org.mule.modules.ec2.model.AvailabilityZone
The name of the region.
setRegionName(String) - Method in class org.mule.modules.ec2.model.Region
The name of the region.
setRegions(Collection<Region>) - Method in class org.mule.modules.ec2.model.DescribeRegionsResult
Information about one or more regions.
setRequesterId(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).
setRequesterId(String) - Method in class org.mule.modules.ec2.model.Reservation
The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).
setRequesterManaged(Boolean) - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether the network interface is being managed by AWS.
setReservation(Reservation) - Method in class org.mule.modules.ec2.model.RunInstancesResult
Describes a reservation.
setReservationId(String) - Method in class org.mule.modules.ec2.model.Reservation
The ID of the reservation.
setReservations(Collection<Reservation>) - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
Zero or more reservations.
setResourceId(String) - Method in class org.mule.modules.ec2.model.TagDescription
The ID of the resource.
setResourceType(String) - Method in class org.mule.modules.ec2.model.TagDescription
The resource type.
setResourceType(ResourceType) - Method in class org.mule.modules.ec2.model.TagDescription
The resource type.
setRoleARN(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setRootDeviceName(String) - Method in class org.mule.modules.ec2.model.Image
The device name of the root device (for example, /dev/sda1 or /dev/xvda).
setRootDeviceName(String) - Method in class org.mule.modules.ec2.model.Instance
The root device name (for example, /dev/sda1 or /dev/xvda).
setRootDeviceName(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The name of the root device (for example, /dev/sda1 or /dev/xvda).
setRootDeviceType(String) - Method in class org.mule.modules.ec2.model.Image
The type of root device used by the AMI.
setRootDeviceType(DeviceType) - Method in class org.mule.modules.ec2.model.Image
The type of root device used by the AMI.
setRootDeviceType(String) - Method in class org.mule.modules.ec2.model.Instance
The root device type used by the AMI.
setRootDeviceType(DeviceType) - Method in class org.mule.modules.ec2.model.Instance
The root device type used by the AMI.
setSecretKey(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setSecurityGroupReferenceSet(Collection<SecurityGroupReference>) - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
Information about the VPCs with the referencing security groups.
setSecurityGroups(Collection<SecurityGroup>) - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
Information about one or more security groups.
setSecurityGroups(Collection<GroupIdentifier>) - Method in class org.mule.modules.ec2.model.Instance
One or more security groups for the instance.
setSessionToken(String) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setSize(Integer) - Method in class org.mule.modules.ec2.model.Volume
The size of the volume, in GiBs.
setSnapshot(Snapshot) - Method in class org.mule.modules.ec2.model.CreateSnapshotResult
Describes a snapshot.
setSnapshotId(String) - Method in class org.mule.modules.ec2.model.CopySnapshotResult
The ID of the new snapshot.
setSnapshotId(String) - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
The ID of the EBS snapshot.
setSnapshotId(String) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The ID of the snapshot.
setSnapshotId(String) - Method in class org.mule.modules.ec2.model.Snapshot
The ID of the snapshot.
setSnapshotId(String) - Method in class org.mule.modules.ec2.model.Volume
The snapshot from which the volume was created, if applicable.
setSnapshots(Collection<Snapshot>) - Method in class org.mule.modules.ec2.model.DescribeSnapshotsResult
Information about the snapshots.
setSocketTimeout(Integer) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setSocketTimeout(Integer) - Method in class org.mule.modules.aws.commons.CommonConfig
 
setSourceDestCheck(Boolean) - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
Indicates whether source/destination checking is enabled.
setSourceDestCheck(Boolean) - Method in class org.mule.modules.ec2.model.Instance
Specifies whether to enable an instance launched in a VPC to perform NAT.
setSourceDestCheck(Boolean) - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether source/destination checking is enabled.
setSourceDestCheck(Boolean) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
Indicates whether to validate network traffic to or from this network interface.
setSourceDestCheck(Boolean) - Method in class org.mule.modules.ec2.model.NetworkInterface
Indicates whether traffic to or from the instance is validated.
setSpotInstanceRequestId(String) - Method in class org.mule.modules.ec2.model.Instance
If the request is a Spot instance request, the ID of the request.
setSriovNetSupport(String) - Method in class org.mule.modules.ec2.model.Image
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
setSriovNetSupport(String) - Method in class org.mule.modules.ec2.model.ImageAttribute
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
setSriovNetSupport(String) - Method in class org.mule.modules.ec2.model.Instance
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
setSriovNetSupport(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
setStaleIpPermissions(Collection<StaleIpPermission>) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
Information about the stale inbound rules in the security group.
setStaleIpPermissionsEgress(Collection<StaleIpPermission>) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
Information about the stale outbound rules in the security group.
setStaleSecurityGroupSet(Collection<StaleSecurityGroup>) - Method in class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
Information about the stale security groups.
setStartingInstances(Collection<InstanceStateChange>) - Method in class org.mule.modules.ec2.model.StartInstancesResult
Information about one or more started instances.
setStartTime(Date) - Method in class org.mule.modules.ec2.model.Snapshot
The time stamp when the snapshot was initiated.
setStartTime(Date) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setState(String) - Method in class org.mule.modules.ec2.model.AvailabilityZone
The state of the Availability Zone.
setState(AvailabilityZoneState) - Method in class org.mule.modules.ec2.model.AvailabilityZone
The state of the Availability Zone.
setState(String) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The state of the association.
setState(IamInstanceProfileAssociationState) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The state of the association.
setState(String) - Method in class org.mule.modules.ec2.model.Image
The current state of the AMI.
setState(ImageState) - Method in class org.mule.modules.ec2.model.Image
The current state of the AMI.
setState(InstanceState) - Method in class org.mule.modules.ec2.model.Instance
The current state of the instance.
setState(String) - Method in class org.mule.modules.ec2.model.Monitoring
Indicates whether detailed monitoring is enabled.
setState(MonitoringState) - Method in class org.mule.modules.ec2.model.Monitoring
Indicates whether detailed monitoring is enabled.
setState(String) - Method in class org.mule.modules.ec2.model.Snapshot
The snapshot state.
setState(SnapshotState) - Method in class org.mule.modules.ec2.model.Snapshot
The snapshot state.
setState(String) - Method in class org.mule.modules.ec2.model.Volume
The volume state.
setState(VolumeState) - Method in class org.mule.modules.ec2.model.Volume
The volume state.
setState(String) - Method in class org.mule.modules.ec2.model.VolumeAttachment
The attachment state of the volume.
setState(VolumeAttachmentState) - Method in class org.mule.modules.ec2.model.VolumeAttachment
The attachment state of the volume.
setStateMessage(String) - Method in class org.mule.modules.ec2.model.Snapshot
Encrypted Amazon EBS snapshots are copied asynchronously.
setStateReason(StateReason) - Method in class org.mule.modules.ec2.model.Image
The reason for the state change.
setStateReason(StateReason) - Method in class org.mule.modules.ec2.model.Instance
The reason for the most recent state transition.
setStateTransitionReason(String) - Method in class org.mule.modules.ec2.model.Instance
The reason for the most recent state transition.
setStatus(String) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The attachment state.
setStatus(AttachmentStatus) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The attachment state.
setStatus(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The status of the network interface.
setStatus(NetworkInterfaceStatus) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The status of the network interface.
setStatus(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The attachment state.
setStatus(AttachmentStatus) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
The attachment state.
setStatus(String) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The status.
setStatus(StatusType) - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
The status.
setStatus(String) - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
The status.
setStatus(SummaryStatus) - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
The status.
setStatus(String) - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
setting the status of the MoveAddressToVpcResult object
setStatus(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The status of the network interface.
setStatus(String) - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
The attachment state.
setStatus(String) - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
setStatus(String) - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
The intended status of the volume status.
setStatus(String) - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
The status of the volume.
setStatus(VolumeStatusInfoStatus) - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
The status of the volume.
setStatusMessage(String) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setStoppingInstances(Collection<InstanceStateChange>) - Method in class org.mule.modules.ec2.model.StopInstancesResult
Information about one or more stopped instances.
setSubnetId(String) - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] The ID of the subnet in which the instance is running.
setSubnetId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the subnet.
setSubnetId(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the subnet.
setSyncClient(T) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setSystemStatus(InstanceStatusSummary) - Method in class org.mule.modules.ec2.model.InstanceStatus
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
setTags(Collection<TagDescription>) - Method in class org.mule.modules.ec2.model.DescribeTagsResult
A list of tags.
setTags(Collection<Tag>) - Method in class org.mule.modules.ec2.model.Image
Any tags assigned to the image.
setTags(Collection<Tag>) - Method in class org.mule.modules.ec2.model.Instance
Any tags assigned to the instance.
setTags(Collection<Tag>) - Method in class org.mule.modules.ec2.model.SecurityGroup
Any tags assigned to the security group.
setTags(Collection<Tag>) - Method in class org.mule.modules.ec2.model.Snapshot
Any tags assigned to the snapshot.
setTags(Collection<Tag>) - Method in class org.mule.modules.ec2.model.Volume
Any tags assigned to the volume.
setTagSet(Collection<Tag>) - Method in class org.mule.modules.ec2.model.NetworkInterface
Any tags assigned to the network interface.
setTargetIops(Integer) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setTargetSize(Integer) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setTargetVolumeType(String) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setTargetVolumeType(VolumeType) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setTenancy(String) - Method in class org.mule.modules.ec2.model.Placement
The tenancy of the instance (if the instance is running in a VPC).
setTenancy(Tenancy) - Method in class org.mule.modules.ec2.model.Placement
The tenancy of the instance (if the instance is running in a VPC).
setTerminatingInstances(Collection<InstanceStateChange>) - Method in class org.mule.modules.ec2.model.TerminateInstancesResult
Information about one or more terminated instances.
setTimestamp(Date) - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
The time the output was last updated.
setTimestamp(Date) - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
The time the data was last updated.
setTimestamp(Date) - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
The time the IAM instance profile was associated with the instance.
setToPort(Integer) - Method in class org.mule.modules.ec2.model.IpPermission
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
setToPort(Integer) - Method in class org.mule.modules.ec2.model.StaleIpPermission
The end of the port range for the TCP and UDP protocols, or an ICMP type number.
setTryDefaultAWSCredentialsProviderChain(boolean) - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setUnassignedIpv6Addresses(List<String>) - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
setupClientBuilder() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
setUserData(String) - Method in class org.mule.modules.ec2.model.InstanceAttribute
The user data.
setUserId(String) - Method in class org.mule.modules.ec2.model.CreateVolumePermission
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
setUserId(String) - Method in class org.mule.modules.ec2.model.LaunchPermission
The AWS account ID.
setUserId(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of an AWS account.
setUserIdGroupPairs(Collection<UserIdGroupPair>) - Method in class org.mule.modules.ec2.model.IpPermission
One or more security group and AWS account ID pairs.
setUserIdGroupPairs(Collection<UserIdGroupPair>) - Method in class org.mule.modules.ec2.model.StaleIpPermission
One or more security group pairs.
setValue(String) - Method in class org.mule.modules.ec2.model.Tag
The value of the tag.
setValue(String) - Method in class org.mule.modules.ec2.model.TagDescription
The tag value.
setValues(Collection<String>) - Method in class org.mule.modules.ec2.model.Filter
One or more filter values.
setVirtualizationType(String) - Method in class org.mule.modules.ec2.model.Image
The type of virtualization of the AMI.
setVirtualizationType(VirtualizationType) - Method in class org.mule.modules.ec2.model.Image
The type of virtualization of the AMI.
setVirtualizationType(String) - Method in class org.mule.modules.ec2.model.Instance
The virtualization type of the instance.
setVirtualizationType(VirtualizationType) - Method in class org.mule.modules.ec2.model.Instance
The virtualization type of the instance.
setVirtualName(String) - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
The virtual device name (ephemeralN).
setVolume(Volume) - Method in class org.mule.modules.ec2.model.CreateVolumeResult
Describes a volume.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
The ID of the volume.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
The ID of the EBS volume.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.Snapshot
The ID of the volume that was used to create the snapshot.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.Volume
The ID of the volume.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.VolumeAttachment
The ID of the volume.
setVolumeId(String) - Method in class org.mule.modules.ec2.model.VolumeModification
 
setVolumeId(String) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The volume ID.
setVolumeModification(VolumeModification) - Method in class org.mule.modules.ec2.model.ModifyVolumeResult
 
setVolumes(Collection<Volume>) - Method in class org.mule.modules.ec2.model.DescribeVolumesResult
Information about the volumes.
setVolumeSize(Integer) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The size of the volume, in GiB.
setVolumeSize(Integer) - Method in class org.mule.modules.ec2.model.Snapshot
The size of the volume, in GiB.
setVolumesModifications(Collection<VolumeModification>) - Method in class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
A list of returned VolumeModification objects.
setVolumeStatus(VolumeStatusInfo) - Method in class org.mule.modules.ec2.model.VolumeStatusItem
The volume status.
setVolumeStatuses(Collection<VolumeStatusItem>) - Method in class org.mule.modules.ec2.model.DescribeVolumeStatusResult
A list of volumes.
setVolumeType(String) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The volume type: gp2, io1, st1, sc1, or standard .
setVolumeType(VolumeType) - Method in class org.mule.modules.ec2.model.EbsBlockDevice
The volume type: gp2, io1, st1, sc1, or standard .
setVolumeType(String) - Method in class org.mule.modules.ec2.model.Volume
The volume type.
setVolumeType(VolumeType) - Method in class org.mule.modules.ec2.model.Volume
The volume type.
setVpcId(String) - Method in class org.mule.modules.ec2.model.Instance
[EC2-VPC] The ID of the VPC in which the instance is running.
setVpcId(String) - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
The ID of the VPC.
setVpcId(String) - Method in class org.mule.modules.ec2.model.NetworkInterface
The ID of the VPC.
setVpcId(String) - Method in class org.mule.modules.ec2.model.SecurityGroup
[EC2-VPC] The ID of the VPC for the security group.
setVpcId(String) - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
The ID of the VPC for the security group.
setVpcId(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the VPC for the referenced security group, if applicable.
setVpcPeeringConnectionId(String) - Method in class org.mule.modules.ec2.model.SecurityGroupReference
The ID of the VPC peering connection.
setVpcPeeringConnectionId(String) - Method in class org.mule.modules.ec2.model.UserIdGroupPair
The ID of the VPC peering connection, if applicable.
setZoneName(String) - Method in class org.mule.modules.ec2.model.AvailabilityZone
The name of the Availability Zone.
Snapshot - Class in org.mule.modules.ec2.model
 
Snapshot() - Constructor for class org.mule.modules.ec2.model.Snapshot
 
SnapshotAttributeName - Enum in org.mule.modules.ec2.model
 
SnapshotState - Enum in org.mule.modules.ec2.model
 
StaleIpPermission - Class in org.mule.modules.ec2.model
 
StaleIpPermission() - Constructor for class org.mule.modules.ec2.model.StaleIpPermission
 
StaleSecurityGroup - Class in org.mule.modules.ec2.model
 
StaleSecurityGroup() - Constructor for class org.mule.modules.ec2.model.StaleSecurityGroup
 
startInstances(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Starts an Amazon EBS-backed AMI that you've previously stopped.
StartInstancesResult - Class in org.mule.modules.ec2.model
 
StartInstancesResult() - Constructor for class org.mule.modules.ec2.model.StartInstancesResult
 
StateReason - Class in org.mule.modules.ec2.model
 
StateReason() - Constructor for class org.mule.modules.ec2.model.StateReason
 
StatusName - Enum in org.mule.modules.ec2.model
 
StatusType - Enum in org.mule.modules.ec2.model
 
stopInstances(List<String>, Boolean) - Method in class org.mule.modules.ec2.EC2Connector
Stops an Amazon EBS-backed instance.
StopInstancesResult - Class in org.mule.modules.ec2.model
 
StopInstancesResult() - Constructor for class org.mule.modules.ec2.model.StopInstancesResult
 
SummaryStatus - Enum in org.mule.modules.ec2.model
 

T

Tag - Class in org.mule.modules.ec2.model
 
Tag() - Constructor for class org.mule.modules.ec2.model.Tag
Default constructor for Tag object.
Tag(String) - Constructor for class org.mule.modules.ec2.model.Tag
Constructs a new Tag object.
Tag(String, String) - Constructor for class org.mule.modules.ec2.model.Tag
Constructs a new Tag object.
TagDescription - Class in org.mule.modules.ec2.model
 
TagDescription() - Constructor for class org.mule.modules.ec2.model.TagDescription
 
Tenancy - Enum in org.mule.modules.ec2.model
 
terminateInstances(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Shuts down one or more instances.
TerminateInstancesResult - Class in org.mule.modules.ec2.model
 
TerminateInstancesResult() - Constructor for class org.mule.modules.ec2.model.TerminateInstancesResult
 
testConnect() - Method in class org.mule.modules.aws.commons.ClientBuilder
 
testConnect(String, String, boolean) - Method in class org.mule.modules.ec2.Config
Test Connectivity to Amazon S3.
testConnect() - Method in class org.mule.modules.ec2.EC2ClientBuilder
 
toString() - Method in class org.mule.modules.ec2.model.Address
 
toString() - Method in class org.mule.modules.ec2.model.AllocateAddressResult
 
toString() - Method in enum org.mule.modules.ec2.model.ArchitectureValues
 
toString() - Method in class org.mule.modules.ec2.model.AssignIpv6AddressesResult
 
toString() - Method in class org.mule.modules.ec2.model.AssociateAddressResult
 
toString() - Method in class org.mule.modules.ec2.model.AssociateIamInstanceProfileResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.AttachmentStatus
 
toString() - Method in class org.mule.modules.ec2.model.AttachNetworkInterfaceResult
 
toString() - Method in class org.mule.modules.ec2.model.AttachVolumeResult
 
toString() - Method in class org.mule.modules.ec2.model.AuthorizeSecurityGroupEgressResult
 
toString() - Method in class org.mule.modules.ec2.model.AuthorizeSecurityGroupIngressResult
 
toString() - Method in class org.mule.modules.ec2.model.AvailabilityZone
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.AvailabilityZoneMessage
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.AvailabilityZoneState
 
toString() - Method in class org.mule.modules.ec2.model.BlockDeviceMapping
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.CopySnapshotResult
 
toString() - Method in class org.mule.modules.ec2.model.CreateImageResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.CreateKeyPairResult
 
toString() - Method in class org.mule.modules.ec2.model.CreateNetworkInterfaceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.CreateSecurityGroupResult
 
toString() - Method in class org.mule.modules.ec2.model.CreateSnapshotResult
 
toString() - Method in class org.mule.modules.ec2.model.CreateVolumePermission
 
toString() - Method in class org.mule.modules.ec2.model.CreateVolumeResult
 
toString() - Method in class org.mule.modules.ec2.model.DeleteSecurityGroupResult
 
toString() - Method in class org.mule.modules.ec2.model.DeleteSnapshotResult
 
toString() - Method in class org.mule.modules.ec2.model.DeleteVolumeResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeAddressesResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeAvailabilityZonesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeIamInstanceProfileAssociationsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeImageAttributeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeImagesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeInstanceAttributeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeInstanceStatusResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeKeyPairsResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeMovingAddressesResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfaceAttributeResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeNetworkInterfacesResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeRegionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupReferencesResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeSecurityGroupsResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeSnapshotAttributeResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeSnapshotsResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeStaleSecurityGroupsResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeTagsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.DescribeVolumeAttributeResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeVolumesModificationsResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeVolumesResult
 
toString() - Method in class org.mule.modules.ec2.model.DescribeVolumeStatusResult
 
toString() - Method in class org.mule.modules.ec2.model.DetachVolumeResult
 
toString() - Method in enum org.mule.modules.ec2.model.DeviceType
 
toString() - Method in class org.mule.modules.ec2.model.DisassociateIamInstanceProfileResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.EbsBlockDevice
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.EbsInstanceBlockDevice
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.EnableVolumeIOResult
 
toString() - Method in class org.mule.modules.ec2.model.Filter
 
toString() - Method in class org.mule.modules.ec2.model.GetConsoleOutputResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.GetConsoleScreenshotResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.GetPasswordDataResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.GroupIdentifier
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.HypervisorType
 
toString() - Method in class org.mule.modules.ec2.model.IamInstanceProfile
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.IamInstanceProfileAssociation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.IamInstanceProfileAssociationState
 
toString() - Method in class org.mule.modules.ec2.model.Image
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.ImageAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.ImageState
 
toString() - Method in enum org.mule.modules.ec2.model.ImageTypeValues
 
toString() - Method in class org.mule.modules.ec2.model.ImportKeyPairResult
 
toString() - Method in class org.mule.modules.ec2.model.Instance
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceAttribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceBlockDeviceMapping
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceIpv6Address
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.InstanceLifecycleType
 
toString() - Method in class org.mule.modules.ec2.model.InstanceMonitoring
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterface
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAssociation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceNetworkInterfaceAttachment
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstancePrivateIpAddress
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceState
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceStateChange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceStatus
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceStatusDetails
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceStatusEvent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.InstanceStatusSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.InstanceType
 
toString() - Method in class org.mule.modules.ec2.model.IpPermission
 
toString() - Method in class org.mule.modules.ec2.model.IpRange
 
toString() - Method in class org.mule.modules.ec2.model.Ipv6Range
 
toString() - Method in class org.mule.modules.ec2.model.KeyPair
 
toString() - Method in class org.mule.modules.ec2.model.KeyPairInfo
 
toString() - Method in class org.mule.modules.ec2.model.LaunchPermission
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.ModifySnapshotAttributeResult
 
toString() - Method in class org.mule.modules.ec2.model.ModifyVolumeAttributeResult
 
toString() - Method in class org.mule.modules.ec2.model.ModifyVolumeResult
 
toString() - Method in class org.mule.modules.ec2.model.Monitoring
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.MonitoringState
 
toString() - Method in class org.mule.modules.ec2.model.MonitorInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.MoveAddressToVpcResult
 
toString() - Method in class org.mule.modules.ec2.model.MovingAddressStatus
 
toString() - Method in class org.mule.modules.ec2.model.NetworkInterface
 
toString() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAssociation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.NetworkInterfaceAttachment
 
toString() - Method in class org.mule.modules.ec2.model.NetworkInterfaceIpv6Address
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.NetworkInterfacePrivateIpAddress
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.NetworkInterfaceStatus
 
toString() - Method in enum org.mule.modules.ec2.model.OperationType
 
toString() - Method in enum org.mule.modules.ec2.model.PermissionGroup
 
toString() - Method in class org.mule.modules.ec2.model.Placement
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.PlatformValues
 
toString() - Method in class org.mule.modules.ec2.model.PrefixListId
 
toString() - Method in class org.mule.modules.ec2.model.PrivateIpAddressSpecification
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.ProductCode
 
toString() - Method in enum org.mule.modules.ec2.model.ProductCodeValues
 
toString() - Method in class org.mule.modules.ec2.model.Region
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.RegionEndpoint
 
toString() - Method in class org.mule.modules.ec2.model.ReplaceIamInstanceProfileAssociationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.Reservation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.ResetSnapshotAttributeResult
 
toString() - Method in enum org.mule.modules.ec2.model.ResourceType
 
toString() - Method in class org.mule.modules.ec2.model.RestoreAddressToClassicResult
 
toString() - Method in class org.mule.modules.ec2.model.RevokeSecurityGroupEgressResult
 
toString() - Method in class org.mule.modules.ec2.model.RevokeSecurityGroupIngressResult
 
toString() - Method in class org.mule.modules.ec2.model.RunInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.SecurityGroup
 
toString() - Method in class org.mule.modules.ec2.model.SecurityGroupReference
 
toString() - Method in class org.mule.modules.ec2.model.Snapshot
 
toString() - Method in enum org.mule.modules.ec2.model.SnapshotAttributeName
 
toString() - Method in enum org.mule.modules.ec2.model.SnapshotState
 
toString() - Method in class org.mule.modules.ec2.model.StaleIpPermission
 
toString() - Method in class org.mule.modules.ec2.model.StaleSecurityGroup
 
toString() - Method in class org.mule.modules.ec2.model.StartInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.StateReason
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.StatusName
 
toString() - Method in enum org.mule.modules.ec2.model.StatusType
 
toString() - Method in class org.mule.modules.ec2.model.StopInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.SummaryStatus
 
toString() - Method in class org.mule.modules.ec2.model.Tag
 
toString() - Method in class org.mule.modules.ec2.model.TagDescription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.ec2.model.Tenancy
 
toString() - Method in class org.mule.modules.ec2.model.TerminateInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
toString() - Method in class org.mule.modules.ec2.model.UnmonitorInstancesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.ec2.model.UserIdGroupPair
 
toString() - Method in enum org.mule.modules.ec2.model.VirtualizationType
 
toString() - Method in class org.mule.modules.ec2.model.Volume
 
toString() - Method in class org.mule.modules.ec2.model.VolumeAttachment
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeAttachmentState
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeAttributeName
 
toString() - Method in class org.mule.modules.ec2.model.VolumeModification
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeModificationState
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeState
 
toString() - Method in class org.mule.modules.ec2.model.VolumeStatusAction
 
toString() - Method in class org.mule.modules.ec2.model.VolumeStatusDetails
 
toString() - Method in class org.mule.modules.ec2.model.VolumeStatusEvent
 
toString() - Method in class org.mule.modules.ec2.model.VolumeStatusInfo
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeStatusInfoStatus
 
toString() - Method in class org.mule.modules.ec2.model.VolumeStatusItem
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeStatusName
 
toString() - Method in enum org.mule.modules.ec2.model.VolumeType
 
tryDefaultAWSCredentialsProviderChain - Variable in class org.mule.modules.aws.commons.ClientBuilder
 

U

unassignIpv6Addresses(List<String>, String) - Method in class org.mule.modules.ec2.EC2Connector
Unassigns one or more IPv6 addresses from a network interface.
UnassignIpv6AddressesResult - Class in org.mule.modules.ec2.model
 
UnassignIpv6AddressesResult() - Constructor for class org.mule.modules.ec2.model.UnassignIpv6AddressesResult
 
unAssignPrivateIpAddresses(String, List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Unassigns one or more secondary private IP addresses from a network interface.
unmonitorInstances(List<String>) - Method in class org.mule.modules.ec2.EC2Connector
Disables detailed monitoring for a running instance.
UnmonitorInstancesResult - Class in org.mule.modules.ec2.model
 
UnmonitorInstancesResult() - Constructor for class org.mule.modules.ec2.model.UnmonitorInstancesResult
 
unwrapFilter(Filter) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapFilterList(List<Filter>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpPermission(IpPermission) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpPermissionList(List<IpPermission>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpRange(IpRange) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpRangeList(List<IpRange>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpv6List(List<InstanceIpv6Address>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpv6Range(Ipv6Range) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapIpv6RangeList(List<Ipv6Range>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapPrefixListId(PrefixListId) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapPrefixListIdList(List<PrefixListId>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapPrivateIpList(List<PrivateIpAddressSpecification>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapUserIdGroupPair(UserIdGroupPair) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
unwrapUserIdGroupPairList(List<UserIdGroupPair>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
UserIdGroupPair - Class in org.mule.modules.ec2.model
 
UserIdGroupPair() - Constructor for class org.mule.modules.ec2.model.UserIdGroupPair
 

V

valueOf(String) - Static method in enum org.mule.modules.ec2.model.ArchitectureValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.AttachmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.AvailabilityZoneState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.HypervisorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.IamInstanceProfileAssociationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.ImageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.ImageTypeValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.InstanceLifecycleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.InstanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.MonitoringState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.NetworkInterfaceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.PermissionGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.PlatformValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.ProductCodeValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.RegionEndpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.SnapshotAttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.SnapshotState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.StatusName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.StatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.SummaryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.Tenancy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VirtualizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeAttachmentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeAttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeModificationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeStatusInfoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeStatusName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.ec2.model.VolumeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.modules.ec2.model.ArchitectureValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.AttachmentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.AvailabilityZoneState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.HypervisorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.IamInstanceProfileAssociationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.ImageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.ImageTypeValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.InstanceLifecycleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.InstanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.MonitoringState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.NetworkInterfaceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.PermissionGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.PlatformValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.ProductCodeValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.RegionEndpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.SnapshotAttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.SnapshotState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.StatusName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.SummaryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.Tenancy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VirtualizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeAttachmentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeAttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeModificationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeStatusInfoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeStatusName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.ec2.model.VolumeType
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualizationType - Enum in org.mule.modules.ec2.model
 
Volume - Class in org.mule.modules.ec2.model
 
Volume() - Constructor for class org.mule.modules.ec2.model.Volume
 
VolumeAttachment - Class in org.mule.modules.ec2.model
 
VolumeAttachment() - Constructor for class org.mule.modules.ec2.model.VolumeAttachment
 
VolumeAttachmentState - Enum in org.mule.modules.ec2.model
 
VolumeAttributeName - Enum in org.mule.modules.ec2.model
 
VolumeModification - Class in org.mule.modules.ec2.model
 
VolumeModification() - Constructor for class org.mule.modules.ec2.model.VolumeModification
 
VolumeModificationState - Enum in org.mule.modules.ec2.model
 
VolumeState - Enum in org.mule.modules.ec2.model
 
VolumeStatusAction - Class in org.mule.modules.ec2.model
 
VolumeStatusAction() - Constructor for class org.mule.modules.ec2.model.VolumeStatusAction
 
VolumeStatusDetails - Class in org.mule.modules.ec2.model
 
VolumeStatusDetails() - Constructor for class org.mule.modules.ec2.model.VolumeStatusDetails
 
VolumeStatusEvent - Class in org.mule.modules.ec2.model
 
VolumeStatusEvent() - Constructor for class org.mule.modules.ec2.model.VolumeStatusEvent
 
VolumeStatusInfo - Class in org.mule.modules.ec2.model
 
VolumeStatusInfo() - Constructor for class org.mule.modules.ec2.model.VolumeStatusInfo
 
VolumeStatusInfoStatus - Enum in org.mule.modules.ec2.model
 
VolumeStatusItem - Class in org.mule.modules.ec2.model
 
VolumeStatusItem() - Constructor for class org.mule.modules.ec2.model.VolumeStatusItem
 
VolumeStatusName - Enum in org.mule.modules.ec2.model
 
VolumeType - Enum in org.mule.modules.ec2.model
 

W

withKey(String) - Method in class org.mule.modules.ec2.model.TagDescription
The tag key.
withVirtualizationType(String) - Method in class org.mule.modules.ec2.model.Instance
The virtualization type of the instance.
wrapAllocateAddress(AllocateAddressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAssignIpv6Addresses(AssignIpv6AddressesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAssociateAddress(AssociateAddressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAssociateIamInstanceProfile(AssociateIamInstanceProfileResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAttachNetworkInterface(AttachNetworkInterfaceResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAttachVolumeResult(AttachVolumeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAuthorizeSecurityGroupEgressResult(AuthorizeSecurityGroupEgressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapAuthorizeSecurityGroupIngressResult(AuthorizeSecurityGroupIngressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapBlockDeviceMappingList(List<BlockDeviceMapping>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCopySnapshotResult(CopySnapshotResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateImage(CreateImageResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateKeyPairResult(CreateKeyPairResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateNetworkInterface(CreateNetworkInterfaceResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateSecurityGroupResult(CreateSecurityGroupResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateSnapshotResult(CreateSnapshotResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateVolumePermission(CreateVolumePermission) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateVolumePermissionList(List<CreateVolumePermission>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapCreateVolumeResult(CreateVolumeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDeleteSecurityGroupResult(DeleteSecurityGroupResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDeleteSnapshotResult(DeleteSnapshotResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDeleteVolumeResult(DeleteVolumeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeAddresses(DescribeAddressesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeAvailabilityZonesResult(DescribeAvailabilityZonesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeImageAttribute(DescribeImageAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeImages(DescribeImagesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeInstanceAttribute(DescribeInstanceAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeInstances(DescribeInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeInstanceStatus(DescribeInstanceStatusResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeKeyPairsResult(DescribeKeyPairsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeMovingAddresses(DescribeMovingAddressesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeNetworkInterfaces(DescribeNetworkInterfacesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeRegionsResult(DescribeRegionsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeSecurityGroupReferencesResult(DescribeSecurityGroupReferencesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeSecurityGroupsResult(DescribeSecurityGroupsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeSnapshotAttributeResult(DescribeSnapshotAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeSnapshotsResult(DescribeSnapshotsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeStaleSecurityGroupsResult(DescribeStaleSecurityGroupsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeTagResult(DescribeTagsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeVolumeAttributeResult(DescribeVolumeAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeVolumesModificationsResult(DescribeVolumesModificationsResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeVolumesResult(DescribeVolumesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDescribeVolumeStatusResult(DescribeVolumeStatusResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDetachVolumeResult(DetachVolumeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDeviceMappingList(List<InstanceBlockDeviceMapping>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapDisassociateIamInstanceProfile(DisassociateIamInstanceProfileResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapEnableVolumeIOResult(EnableVolumeIOResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapGetConsoleOutput(GetConsoleOutputResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapGetConsoleScreenshot(GetConsoleScreenshotResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapGetPasswordData(GetPasswordDataResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapGroupsList(List<GroupIdentifier>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapImageList(List<Image>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapImportKeyPairResult(ImportKeyPairResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpPermission(IpPermission) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpPermissionList(List<IpPermission>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpRange(IpRange) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpRangeList(List<IpRange>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpv6Range(Ipv6Range) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapIpv6RangeList(List<Ipv6Range>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapLaunchPermissionList(List<LaunchPermission>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapModifySnapshotAttributeResult(ModifySnapshotAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapModifyVolumeAttributeResult(ModifyVolumeAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapModifyVolumeResult(ModifyVolumeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapMonitorInstances(MonitorInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapMoveAddressToVpc(MoveAddressToVpcResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapNetworkInterfaceAssociation(NetworkInterfaceAssociation) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapNetworkInterfaceAttachment(NetworkInterfaceAttachment) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapNetworkInterfaceIpv6AddressList(List<NetworkInterfaceIpv6Address>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapPrefixListId(PrefixListId) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapPrefixListIdList(List<PrefixListId>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapProductCode(ProductCode) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapProductCodeList(List<ProductCode>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapReplaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapResetSnapshotAttributeResult(ResetSnapshotAttributeResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapRestoreAddressToClassic(RestoreAddressToClassicResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapRevokeSecurityGroupEgressResult(RevokeSecurityGroupEgressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapRevokeSecurityGroupIngressResult(RevokeSecurityGroupIngressResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapRunInstances(RunInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSecurityGroup(SecurityGroup) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSecurityGroupList(List<SecurityGroup>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSecurityGroupReference(SecurityGroupReference) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSecurityGroupReferenceList(List<SecurityGroupReference>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSnapshot(Snapshot) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapSnapshotList(List<Snapshot>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStaleIpPermission(StaleIpPermission) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStaleIpPermissionList(List<StaleIpPermission>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStaleSecurityGroup(StaleSecurityGroup) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStaleSecurityGroupList(List<StaleSecurityGroup>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStartInstances(StartInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapStopInstances(StopInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapTagList(List<Tag>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapTerminateInstances(TerminateInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapUnAssignIpv6Addresses(UnassignIpv6AddressesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapUnmonitorInstances(UnmonitorInstancesResult) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapUserIdGroupPair(UserIdGroupPair) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapUserIdGroupPairList(List<UserIdGroupPair>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolume(Volume) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeAttachment(VolumeAttachment) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeAttachmentList(List<VolumeAttachment>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeList(List<Volume>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeModification(VolumeModification) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeModificationList(List<VolumeModification>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusAction(VolumeStatusAction) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusActionList(List<VolumeStatusAction>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusDetails(VolumeStatusDetails) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusDetailsList(List<VolumeStatusDetails>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusEvent(VolumeStatusEvent) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusEventList(List<VolumeStatusEvent>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusInfo(VolumeStatusInfo) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusItem(VolumeStatusItem) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
wrapVolumeStatusItemList(List<VolumeStatusItem>) - Static method in class org.mule.modules.ec2.util.EC2ModelFactory
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2010–2020. All rights reserved.