awscala.ec2

EC2

trait EC2 extends AmazonEC2Async

Amazon EC2 Java client wrapper

See also

"http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/"

Linear Supertypes
AmazonEC2Async, AmazonEC2, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EC2
  2. AmazonEC2Async
  3. AmazonEC2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def acceptVpcPeeringConnection(): AcceptVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  2. abstract def acceptVpcPeeringConnection(arg0: AcceptVpcPeeringConnectionRequest): AcceptVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  3. abstract def acceptVpcPeeringConnectionAsync(arg0: AcceptVpcPeeringConnectionRequest, arg1: AsyncHandler[AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult]): Future[AcceptVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  4. abstract def acceptVpcPeeringConnectionAsync(arg0: AcceptVpcPeeringConnectionRequest): Future[AcceptVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  5. abstract def allocateAddress(): AllocateAddressResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  6. abstract def allocateAddress(arg0: AllocateAddressRequest): AllocateAddressResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  7. abstract def allocateAddressAsync(arg0: AllocateAddressRequest, arg1: AsyncHandler[AllocateAddressRequest, AllocateAddressResult]): Future[AllocateAddressResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  8. abstract def allocateAddressAsync(arg0: AllocateAddressRequest): Future[AllocateAddressResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  9. abstract def assignPrivateIpAddresses(arg0: AssignPrivateIpAddressesRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  10. abstract def assignPrivateIpAddressesAsync(arg0: AssignPrivateIpAddressesRequest, arg1: AsyncHandler[AssignPrivateIpAddressesRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  11. abstract def assignPrivateIpAddressesAsync(arg0: AssignPrivateIpAddressesRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  12. abstract def associateAddress(arg0: AssociateAddressRequest): AssociateAddressResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  13. abstract def associateAddressAsync(arg0: AssociateAddressRequest, arg1: AsyncHandler[AssociateAddressRequest, AssociateAddressResult]): Future[AssociateAddressResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  14. abstract def associateAddressAsync(arg0: AssociateAddressRequest): Future[AssociateAddressResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  15. abstract def associateDhcpOptions(arg0: AssociateDhcpOptionsRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  16. abstract def associateDhcpOptionsAsync(arg0: AssociateDhcpOptionsRequest, arg1: AsyncHandler[AssociateDhcpOptionsRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  17. abstract def associateDhcpOptionsAsync(arg0: AssociateDhcpOptionsRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  18. abstract def associateRouteTable(arg0: AssociateRouteTableRequest): AssociateRouteTableResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  19. abstract def associateRouteTableAsync(arg0: AssociateRouteTableRequest, arg1: AsyncHandler[AssociateRouteTableRequest, AssociateRouteTableResult]): Future[AssociateRouteTableResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  20. abstract def associateRouteTableAsync(arg0: AssociateRouteTableRequest): Future[AssociateRouteTableResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  21. abstract def attachInternetGateway(arg0: AttachInternetGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  22. abstract def attachInternetGatewayAsync(arg0: AttachInternetGatewayRequest, arg1: AsyncHandler[AttachInternetGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  23. abstract def attachInternetGatewayAsync(arg0: AttachInternetGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  24. abstract def attachNetworkInterface(arg0: AttachNetworkInterfaceRequest): AttachNetworkInterfaceResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  25. abstract def attachNetworkInterfaceAsync(arg0: AttachNetworkInterfaceRequest, arg1: AsyncHandler[AttachNetworkInterfaceRequest, AttachNetworkInterfaceResult]): Future[AttachNetworkInterfaceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  26. abstract def attachNetworkInterfaceAsync(arg0: AttachNetworkInterfaceRequest): Future[AttachNetworkInterfaceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  27. abstract def attachVolume(arg0: AttachVolumeRequest): AttachVolumeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  28. abstract def attachVolumeAsync(arg0: AttachVolumeRequest, arg1: AsyncHandler[AttachVolumeRequest, AttachVolumeResult]): Future[AttachVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  29. abstract def attachVolumeAsync(arg0: AttachVolumeRequest): Future[AttachVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  30. abstract def attachVpnGateway(arg0: AttachVpnGatewayRequest): AttachVpnGatewayResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  31. abstract def attachVpnGatewayAsync(arg0: AttachVpnGatewayRequest, arg1: AsyncHandler[AttachVpnGatewayRequest, AttachVpnGatewayResult]): Future[AttachVpnGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  32. abstract def attachVpnGatewayAsync(arg0: AttachVpnGatewayRequest): Future[AttachVpnGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  33. abstract def authorizeSecurityGroupEgress(arg0: AuthorizeSecurityGroupEgressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  34. abstract def authorizeSecurityGroupEgressAsync(arg0: AuthorizeSecurityGroupEgressRequest, arg1: AsyncHandler[AuthorizeSecurityGroupEgressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  35. abstract def authorizeSecurityGroupEgressAsync(arg0: AuthorizeSecurityGroupEgressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  36. abstract def authorizeSecurityGroupIngress(arg0: AuthorizeSecurityGroupIngressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  37. abstract def authorizeSecurityGroupIngressAsync(arg0: AuthorizeSecurityGroupIngressRequest, arg1: AsyncHandler[AuthorizeSecurityGroupIngressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  38. abstract def authorizeSecurityGroupIngressAsync(arg0: AuthorizeSecurityGroupIngressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  39. abstract def bundleInstance(arg0: BundleInstanceRequest): BundleInstanceResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  40. abstract def bundleInstanceAsync(arg0: BundleInstanceRequest, arg1: AsyncHandler[BundleInstanceRequest, BundleInstanceResult]): Future[BundleInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  41. abstract def bundleInstanceAsync(arg0: BundleInstanceRequest): Future[BundleInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  42. abstract def cancelBundleTask(arg0: CancelBundleTaskRequest): CancelBundleTaskResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  43. abstract def cancelBundleTaskAsync(arg0: CancelBundleTaskRequest, arg1: AsyncHandler[CancelBundleTaskRequest, CancelBundleTaskResult]): Future[CancelBundleTaskResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  44. abstract def cancelBundleTaskAsync(arg0: CancelBundleTaskRequest): Future[CancelBundleTaskResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  45. abstract def cancelConversionTask(arg0: CancelConversionTaskRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  46. abstract def cancelConversionTaskAsync(arg0: CancelConversionTaskRequest, arg1: AsyncHandler[CancelConversionTaskRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  47. abstract def cancelConversionTaskAsync(arg0: CancelConversionTaskRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  48. abstract def cancelExportTask(arg0: CancelExportTaskRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  49. abstract def cancelExportTaskAsync(arg0: CancelExportTaskRequest, arg1: AsyncHandler[CancelExportTaskRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  50. abstract def cancelExportTaskAsync(arg0: CancelExportTaskRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  51. abstract def cancelReservedInstancesListing(arg0: CancelReservedInstancesListingRequest): CancelReservedInstancesListingResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  52. abstract def cancelReservedInstancesListingAsync(arg0: CancelReservedInstancesListingRequest, arg1: AsyncHandler[CancelReservedInstancesListingRequest, CancelReservedInstancesListingResult]): Future[CancelReservedInstancesListingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  53. abstract def cancelReservedInstancesListingAsync(arg0: CancelReservedInstancesListingRequest): Future[CancelReservedInstancesListingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  54. abstract def cancelSpotInstanceRequests(arg0: CancelSpotInstanceRequestsRequest): CancelSpotInstanceRequestsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  55. abstract def cancelSpotInstanceRequestsAsync(arg0: CancelSpotInstanceRequestsRequest, arg1: AsyncHandler[CancelSpotInstanceRequestsRequest, CancelSpotInstanceRequestsResult]): Future[CancelSpotInstanceRequestsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  56. abstract def cancelSpotInstanceRequestsAsync(arg0: CancelSpotInstanceRequestsRequest): Future[CancelSpotInstanceRequestsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  57. abstract def confirmProductInstance(arg0: ConfirmProductInstanceRequest): ConfirmProductInstanceResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  58. abstract def confirmProductInstanceAsync(arg0: ConfirmProductInstanceRequest, arg1: AsyncHandler[ConfirmProductInstanceRequest, ConfirmProductInstanceResult]): Future[ConfirmProductInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  59. abstract def confirmProductInstanceAsync(arg0: ConfirmProductInstanceRequest): Future[ConfirmProductInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  60. abstract def copyImage(arg0: CopyImageRequest): CopyImageResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  61. abstract def copyImageAsync(arg0: CopyImageRequest, arg1: AsyncHandler[CopyImageRequest, CopyImageResult]): Future[CopyImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  62. abstract def copyImageAsync(arg0: CopyImageRequest): Future[CopyImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  63. abstract def copySnapshot(arg0: CopySnapshotRequest): CopySnapshotResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  64. abstract def copySnapshotAsync(arg0: CopySnapshotRequest, arg1: AsyncHandler[CopySnapshotRequest, CopySnapshotResult]): Future[CopySnapshotResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  65. abstract def copySnapshotAsync(arg0: CopySnapshotRequest): Future[CopySnapshotResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  66. abstract def createCustomerGateway(arg0: CreateCustomerGatewayRequest): CreateCustomerGatewayResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  67. abstract def createCustomerGatewayAsync(arg0: CreateCustomerGatewayRequest, arg1: AsyncHandler[CreateCustomerGatewayRequest, CreateCustomerGatewayResult]): Future[CreateCustomerGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  68. abstract def createCustomerGatewayAsync(arg0: CreateCustomerGatewayRequest): Future[CreateCustomerGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  69. abstract def createDhcpOptions(arg0: CreateDhcpOptionsRequest): CreateDhcpOptionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  70. abstract def createDhcpOptionsAsync(arg0: CreateDhcpOptionsRequest, arg1: AsyncHandler[CreateDhcpOptionsRequest, CreateDhcpOptionsResult]): Future[CreateDhcpOptionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  71. abstract def createDhcpOptionsAsync(arg0: CreateDhcpOptionsRequest): Future[CreateDhcpOptionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  72. abstract def createImage(arg0: CreateImageRequest): CreateImageResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  73. abstract def createImageAsync(arg0: CreateImageRequest, arg1: AsyncHandler[CreateImageRequest, CreateImageResult]): Future[CreateImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  74. abstract def createImageAsync(arg0: CreateImageRequest): Future[CreateImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  75. abstract def createInstanceExportTask(arg0: CreateInstanceExportTaskRequest): CreateInstanceExportTaskResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  76. abstract def createInstanceExportTaskAsync(arg0: CreateInstanceExportTaskRequest, arg1: AsyncHandler[CreateInstanceExportTaskRequest, CreateInstanceExportTaskResult]): Future[CreateInstanceExportTaskResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  77. abstract def createInstanceExportTaskAsync(arg0: CreateInstanceExportTaskRequest): Future[CreateInstanceExportTaskResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  78. abstract def createInternetGateway(): CreateInternetGatewayResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  79. abstract def createInternetGateway(arg0: CreateInternetGatewayRequest): CreateInternetGatewayResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  80. abstract def createInternetGatewayAsync(arg0: CreateInternetGatewayRequest, arg1: AsyncHandler[CreateInternetGatewayRequest, CreateInternetGatewayResult]): Future[CreateInternetGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  81. abstract def createInternetGatewayAsync(arg0: CreateInternetGatewayRequest): Future[CreateInternetGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  82. abstract def createKeyPair(arg0: CreateKeyPairRequest): CreateKeyPairResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  83. abstract def createKeyPairAsync(arg0: CreateKeyPairRequest, arg1: AsyncHandler[CreateKeyPairRequest, CreateKeyPairResult]): Future[CreateKeyPairResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  84. abstract def createKeyPairAsync(arg0: CreateKeyPairRequest): Future[CreateKeyPairResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  85. abstract def createNetworkAcl(arg0: CreateNetworkAclRequest): CreateNetworkAclResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  86. abstract def createNetworkAclAsync(arg0: CreateNetworkAclRequest, arg1: AsyncHandler[CreateNetworkAclRequest, CreateNetworkAclResult]): Future[CreateNetworkAclResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  87. abstract def createNetworkAclAsync(arg0: CreateNetworkAclRequest): Future[CreateNetworkAclResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  88. abstract def createNetworkAclEntry(arg0: CreateNetworkAclEntryRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  89. abstract def createNetworkAclEntryAsync(arg0: CreateNetworkAclEntryRequest, arg1: AsyncHandler[CreateNetworkAclEntryRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  90. abstract def createNetworkAclEntryAsync(arg0: CreateNetworkAclEntryRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  91. abstract def createNetworkInterface(arg0: CreateNetworkInterfaceRequest): CreateNetworkInterfaceResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  92. abstract def createNetworkInterfaceAsync(arg0: CreateNetworkInterfaceRequest, arg1: AsyncHandler[CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult]): Future[CreateNetworkInterfaceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  93. abstract def createNetworkInterfaceAsync(arg0: CreateNetworkInterfaceRequest): Future[CreateNetworkInterfaceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  94. abstract def createPlacementGroup(arg0: CreatePlacementGroupRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  95. abstract def createPlacementGroupAsync(arg0: CreatePlacementGroupRequest, arg1: AsyncHandler[CreatePlacementGroupRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  96. abstract def createPlacementGroupAsync(arg0: CreatePlacementGroupRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  97. abstract def createReservedInstancesListing(arg0: CreateReservedInstancesListingRequest): CreateReservedInstancesListingResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  98. abstract def createReservedInstancesListingAsync(arg0: CreateReservedInstancesListingRequest, arg1: AsyncHandler[CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult]): Future[CreateReservedInstancesListingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  99. abstract def createReservedInstancesListingAsync(arg0: CreateReservedInstancesListingRequest): Future[CreateReservedInstancesListingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  100. abstract def createRoute(arg0: CreateRouteRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  101. abstract def createRouteAsync(arg0: CreateRouteRequest, arg1: AsyncHandler[CreateRouteRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  102. abstract def createRouteAsync(arg0: CreateRouteRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  103. abstract def createRouteTable(arg0: CreateRouteTableRequest): CreateRouteTableResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  104. abstract def createRouteTableAsync(arg0: CreateRouteTableRequest, arg1: AsyncHandler[CreateRouteTableRequest, CreateRouteTableResult]): Future[CreateRouteTableResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  105. abstract def createRouteTableAsync(arg0: CreateRouteTableRequest): Future[CreateRouteTableResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  106. abstract def createSecurityGroup(arg0: CreateSecurityGroupRequest): CreateSecurityGroupResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  107. abstract def createSecurityGroupAsync(arg0: CreateSecurityGroupRequest, arg1: AsyncHandler[CreateSecurityGroupRequest, CreateSecurityGroupResult]): Future[CreateSecurityGroupResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  108. abstract def createSecurityGroupAsync(arg0: CreateSecurityGroupRequest): Future[CreateSecurityGroupResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  109. abstract def createSnapshot(arg0: CreateSnapshotRequest): CreateSnapshotResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  110. abstract def createSnapshotAsync(arg0: CreateSnapshotRequest, arg1: AsyncHandler[CreateSnapshotRequest, CreateSnapshotResult]): Future[CreateSnapshotResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  111. abstract def createSnapshotAsync(arg0: CreateSnapshotRequest): Future[CreateSnapshotResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  112. abstract def createSpotDatafeedSubscription(arg0: CreateSpotDatafeedSubscriptionRequest): CreateSpotDatafeedSubscriptionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  113. abstract def createSpotDatafeedSubscriptionAsync(arg0: CreateSpotDatafeedSubscriptionRequest, arg1: AsyncHandler[CreateSpotDatafeedSubscriptionRequest, CreateSpotDatafeedSubscriptionResult]): Future[CreateSpotDatafeedSubscriptionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  114. abstract def createSpotDatafeedSubscriptionAsync(arg0: CreateSpotDatafeedSubscriptionRequest): Future[CreateSpotDatafeedSubscriptionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  115. abstract def createSubnet(arg0: CreateSubnetRequest): CreateSubnetResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  116. abstract def createSubnetAsync(arg0: CreateSubnetRequest, arg1: AsyncHandler[CreateSubnetRequest, CreateSubnetResult]): Future[CreateSubnetResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  117. abstract def createSubnetAsync(arg0: CreateSubnetRequest): Future[CreateSubnetResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  118. abstract def createTags(arg0: CreateTagsRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  119. abstract def createTagsAsync(arg0: CreateTagsRequest, arg1: AsyncHandler[CreateTagsRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  120. abstract def createTagsAsync(arg0: CreateTagsRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  121. abstract def createVolume(arg0: CreateVolumeRequest): CreateVolumeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  122. abstract def createVolumeAsync(arg0: CreateVolumeRequest, arg1: AsyncHandler[CreateVolumeRequest, CreateVolumeResult]): Future[CreateVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  123. abstract def createVolumeAsync(arg0: CreateVolumeRequest): Future[CreateVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  124. abstract def createVpc(arg0: CreateVpcRequest): CreateVpcResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  125. abstract def createVpcAsync(arg0: CreateVpcRequest, arg1: AsyncHandler[CreateVpcRequest, CreateVpcResult]): Future[CreateVpcResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  126. abstract def createVpcAsync(arg0: CreateVpcRequest): Future[CreateVpcResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  127. abstract def createVpcPeeringConnection(): CreateVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  128. abstract def createVpcPeeringConnection(arg0: CreateVpcPeeringConnectionRequest): CreateVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  129. abstract def createVpcPeeringConnectionAsync(arg0: CreateVpcPeeringConnectionRequest, arg1: AsyncHandler[CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult]): Future[CreateVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  130. abstract def createVpcPeeringConnectionAsync(arg0: CreateVpcPeeringConnectionRequest): Future[CreateVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  131. abstract def createVpnConnection(arg0: CreateVpnConnectionRequest): CreateVpnConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  132. abstract def createVpnConnectionAsync(arg0: CreateVpnConnectionRequest, arg1: AsyncHandler[CreateVpnConnectionRequest, CreateVpnConnectionResult]): Future[CreateVpnConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  133. abstract def createVpnConnectionAsync(arg0: CreateVpnConnectionRequest): Future[CreateVpnConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  134. abstract def createVpnConnectionRoute(arg0: CreateVpnConnectionRouteRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  135. abstract def createVpnConnectionRouteAsync(arg0: CreateVpnConnectionRouteRequest, arg1: AsyncHandler[CreateVpnConnectionRouteRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  136. abstract def createVpnConnectionRouteAsync(arg0: CreateVpnConnectionRouteRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  137. abstract def createVpnGateway(arg0: CreateVpnGatewayRequest): CreateVpnGatewayResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  138. abstract def createVpnGatewayAsync(arg0: CreateVpnGatewayRequest, arg1: AsyncHandler[CreateVpnGatewayRequest, CreateVpnGatewayResult]): Future[CreateVpnGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  139. abstract def createVpnGatewayAsync(arg0: CreateVpnGatewayRequest): Future[CreateVpnGatewayResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  140. abstract def deleteCustomerGateway(arg0: DeleteCustomerGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  141. abstract def deleteCustomerGatewayAsync(arg0: DeleteCustomerGatewayRequest, arg1: AsyncHandler[DeleteCustomerGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  142. abstract def deleteCustomerGatewayAsync(arg0: DeleteCustomerGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  143. abstract def deleteDhcpOptions(arg0: DeleteDhcpOptionsRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  144. abstract def deleteDhcpOptionsAsync(arg0: DeleteDhcpOptionsRequest, arg1: AsyncHandler[DeleteDhcpOptionsRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  145. abstract def deleteDhcpOptionsAsync(arg0: DeleteDhcpOptionsRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  146. abstract def deleteInternetGateway(arg0: DeleteInternetGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  147. abstract def deleteInternetGatewayAsync(arg0: DeleteInternetGatewayRequest, arg1: AsyncHandler[DeleteInternetGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  148. abstract def deleteInternetGatewayAsync(arg0: DeleteInternetGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  149. abstract def deleteKeyPair(arg0: DeleteKeyPairRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  150. abstract def deleteKeyPairAsync(arg0: DeleteKeyPairRequest, arg1: AsyncHandler[DeleteKeyPairRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  151. abstract def deleteKeyPairAsync(arg0: DeleteKeyPairRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  152. abstract def deleteNetworkAcl(arg0: DeleteNetworkAclRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  153. abstract def deleteNetworkAclAsync(arg0: DeleteNetworkAclRequest, arg1: AsyncHandler[DeleteNetworkAclRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  154. abstract def deleteNetworkAclAsync(arg0: DeleteNetworkAclRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  155. abstract def deleteNetworkAclEntry(arg0: DeleteNetworkAclEntryRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  156. abstract def deleteNetworkAclEntryAsync(arg0: DeleteNetworkAclEntryRequest, arg1: AsyncHandler[DeleteNetworkAclEntryRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  157. abstract def deleteNetworkAclEntryAsync(arg0: DeleteNetworkAclEntryRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  158. abstract def deleteNetworkInterface(arg0: DeleteNetworkInterfaceRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  159. abstract def deleteNetworkInterfaceAsync(arg0: DeleteNetworkInterfaceRequest, arg1: AsyncHandler[DeleteNetworkInterfaceRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  160. abstract def deleteNetworkInterfaceAsync(arg0: DeleteNetworkInterfaceRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  161. abstract def deletePlacementGroup(arg0: DeletePlacementGroupRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  162. abstract def deletePlacementGroupAsync(arg0: DeletePlacementGroupRequest, arg1: AsyncHandler[DeletePlacementGroupRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  163. abstract def deletePlacementGroupAsync(arg0: DeletePlacementGroupRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  164. abstract def deleteRoute(arg0: DeleteRouteRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  165. abstract def deleteRouteAsync(arg0: DeleteRouteRequest, arg1: AsyncHandler[DeleteRouteRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  166. abstract def deleteRouteAsync(arg0: DeleteRouteRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  167. abstract def deleteRouteTable(arg0: DeleteRouteTableRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  168. abstract def deleteRouteTableAsync(arg0: DeleteRouteTableRequest, arg1: AsyncHandler[DeleteRouteTableRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  169. abstract def deleteRouteTableAsync(arg0: DeleteRouteTableRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  170. abstract def deleteSecurityGroup(arg0: DeleteSecurityGroupRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  171. abstract def deleteSecurityGroupAsync(arg0: DeleteSecurityGroupRequest, arg1: AsyncHandler[DeleteSecurityGroupRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  172. abstract def deleteSecurityGroupAsync(arg0: DeleteSecurityGroupRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  173. abstract def deleteSnapshot(arg0: DeleteSnapshotRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  174. abstract def deleteSnapshotAsync(arg0: DeleteSnapshotRequest, arg1: AsyncHandler[DeleteSnapshotRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  175. abstract def deleteSnapshotAsync(arg0: DeleteSnapshotRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  176. abstract def deleteSpotDatafeedSubscription(): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  177. abstract def deleteSpotDatafeedSubscription(arg0: DeleteSpotDatafeedSubscriptionRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  178. abstract def deleteSpotDatafeedSubscriptionAsync(arg0: DeleteSpotDatafeedSubscriptionRequest, arg1: AsyncHandler[DeleteSpotDatafeedSubscriptionRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  179. abstract def deleteSpotDatafeedSubscriptionAsync(arg0: DeleteSpotDatafeedSubscriptionRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  180. abstract def deleteSubnet(arg0: DeleteSubnetRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  181. abstract def deleteSubnetAsync(arg0: DeleteSubnetRequest, arg1: AsyncHandler[DeleteSubnetRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  182. abstract def deleteSubnetAsync(arg0: DeleteSubnetRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  183. abstract def deleteTags(arg0: DeleteTagsRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  184. abstract def deleteTagsAsync(arg0: DeleteTagsRequest, arg1: AsyncHandler[DeleteTagsRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  185. abstract def deleteTagsAsync(arg0: DeleteTagsRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  186. abstract def deleteVolume(arg0: DeleteVolumeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  187. abstract def deleteVolumeAsync(arg0: DeleteVolumeRequest, arg1: AsyncHandler[DeleteVolumeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  188. abstract def deleteVolumeAsync(arg0: DeleteVolumeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  189. abstract def deleteVpc(arg0: DeleteVpcRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  190. abstract def deleteVpcAsync(arg0: DeleteVpcRequest, arg1: AsyncHandler[DeleteVpcRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  191. abstract def deleteVpcAsync(arg0: DeleteVpcRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  192. abstract def deleteVpcPeeringConnection(arg0: DeleteVpcPeeringConnectionRequest): DeleteVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  193. abstract def deleteVpcPeeringConnectionAsync(arg0: DeleteVpcPeeringConnectionRequest, arg1: AsyncHandler[DeleteVpcPeeringConnectionRequest, DeleteVpcPeeringConnectionResult]): Future[DeleteVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  194. abstract def deleteVpcPeeringConnectionAsync(arg0: DeleteVpcPeeringConnectionRequest): Future[DeleteVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  195. abstract def deleteVpnConnection(arg0: DeleteVpnConnectionRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  196. abstract def deleteVpnConnectionAsync(arg0: DeleteVpnConnectionRequest, arg1: AsyncHandler[DeleteVpnConnectionRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  197. abstract def deleteVpnConnectionAsync(arg0: DeleteVpnConnectionRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  198. abstract def deleteVpnConnectionRoute(arg0: DeleteVpnConnectionRouteRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  199. abstract def deleteVpnConnectionRouteAsync(arg0: DeleteVpnConnectionRouteRequest, arg1: AsyncHandler[DeleteVpnConnectionRouteRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  200. abstract def deleteVpnConnectionRouteAsync(arg0: DeleteVpnConnectionRouteRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  201. abstract def deleteVpnGateway(arg0: DeleteVpnGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  202. abstract def deleteVpnGatewayAsync(arg0: DeleteVpnGatewayRequest, arg1: AsyncHandler[DeleteVpnGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  203. abstract def deleteVpnGatewayAsync(arg0: DeleteVpnGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  204. abstract def deregisterImage(arg0: DeregisterImageRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  205. abstract def deregisterImageAsync(arg0: DeregisterImageRequest, arg1: AsyncHandler[DeregisterImageRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  206. abstract def deregisterImageAsync(arg0: DeregisterImageRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  207. abstract def describeAccountAttributes(): DescribeAccountAttributesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  208. abstract def describeAccountAttributes(arg0: DescribeAccountAttributesRequest): DescribeAccountAttributesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  209. abstract def describeAccountAttributesAsync(arg0: DescribeAccountAttributesRequest, arg1: AsyncHandler[DescribeAccountAttributesRequest, DescribeAccountAttributesResult]): Future[DescribeAccountAttributesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  210. abstract def describeAccountAttributesAsync(arg0: DescribeAccountAttributesRequest): Future[DescribeAccountAttributesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  211. abstract def describeAddresses(): DescribeAddressesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  212. abstract def describeAddresses(arg0: DescribeAddressesRequest): DescribeAddressesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  213. abstract def describeAddressesAsync(arg0: DescribeAddressesRequest, arg1: AsyncHandler[DescribeAddressesRequest, DescribeAddressesResult]): Future[DescribeAddressesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  214. abstract def describeAddressesAsync(arg0: DescribeAddressesRequest): Future[DescribeAddressesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  215. abstract def describeAvailabilityZones(): DescribeAvailabilityZonesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  216. abstract def describeAvailabilityZones(arg0: DescribeAvailabilityZonesRequest): DescribeAvailabilityZonesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  217. abstract def describeAvailabilityZonesAsync(arg0: DescribeAvailabilityZonesRequest, arg1: AsyncHandler[DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesResult]): Future[DescribeAvailabilityZonesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  218. abstract def describeAvailabilityZonesAsync(arg0: DescribeAvailabilityZonesRequest): Future[DescribeAvailabilityZonesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  219. abstract def describeBundleTasks(): DescribeBundleTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  220. abstract def describeBundleTasks(arg0: DescribeBundleTasksRequest): DescribeBundleTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  221. abstract def describeBundleTasksAsync(arg0: DescribeBundleTasksRequest, arg1: AsyncHandler[DescribeBundleTasksRequest, DescribeBundleTasksResult]): Future[DescribeBundleTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  222. abstract def describeBundleTasksAsync(arg0: DescribeBundleTasksRequest): Future[DescribeBundleTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  223. abstract def describeConversionTasks(): DescribeConversionTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  224. abstract def describeConversionTasks(arg0: DescribeConversionTasksRequest): DescribeConversionTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  225. abstract def describeConversionTasksAsync(arg0: DescribeConversionTasksRequest, arg1: AsyncHandler[DescribeConversionTasksRequest, DescribeConversionTasksResult]): Future[DescribeConversionTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  226. abstract def describeConversionTasksAsync(arg0: DescribeConversionTasksRequest): Future[DescribeConversionTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  227. abstract def describeCustomerGateways(): DescribeCustomerGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  228. abstract def describeCustomerGateways(arg0: DescribeCustomerGatewaysRequest): DescribeCustomerGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  229. abstract def describeCustomerGatewaysAsync(arg0: DescribeCustomerGatewaysRequest, arg1: AsyncHandler[DescribeCustomerGatewaysRequest, DescribeCustomerGatewaysResult]): Future[DescribeCustomerGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  230. abstract def describeCustomerGatewaysAsync(arg0: DescribeCustomerGatewaysRequest): Future[DescribeCustomerGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  231. abstract def describeDhcpOptions(): DescribeDhcpOptionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  232. abstract def describeDhcpOptions(arg0: DescribeDhcpOptionsRequest): DescribeDhcpOptionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  233. abstract def describeDhcpOptionsAsync(arg0: DescribeDhcpOptionsRequest, arg1: AsyncHandler[DescribeDhcpOptionsRequest, DescribeDhcpOptionsResult]): Future[DescribeDhcpOptionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  234. abstract def describeDhcpOptionsAsync(arg0: DescribeDhcpOptionsRequest): Future[DescribeDhcpOptionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  235. abstract def describeExportTasks(): DescribeExportTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  236. abstract def describeExportTasks(arg0: DescribeExportTasksRequest): DescribeExportTasksResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  237. abstract def describeExportTasksAsync(arg0: DescribeExportTasksRequest, arg1: AsyncHandler[DescribeExportTasksRequest, DescribeExportTasksResult]): Future[DescribeExportTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  238. abstract def describeExportTasksAsync(arg0: DescribeExportTasksRequest): Future[DescribeExportTasksResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  239. abstract def describeImageAttribute(arg0: DescribeImageAttributeRequest): DescribeImageAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  240. abstract def describeImageAttributeAsync(arg0: DescribeImageAttributeRequest, arg1: AsyncHandler[DescribeImageAttributeRequest, DescribeImageAttributeResult]): Future[DescribeImageAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  241. abstract def describeImageAttributeAsync(arg0: DescribeImageAttributeRequest): Future[DescribeImageAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  242. abstract def describeImages(): DescribeImagesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  243. abstract def describeImages(arg0: DescribeImagesRequest): DescribeImagesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  244. abstract def describeImagesAsync(arg0: DescribeImagesRequest, arg1: AsyncHandler[DescribeImagesRequest, DescribeImagesResult]): Future[DescribeImagesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  245. abstract def describeImagesAsync(arg0: DescribeImagesRequest): Future[DescribeImagesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  246. abstract def describeInstanceAttribute(arg0: DescribeInstanceAttributeRequest): DescribeInstanceAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  247. abstract def describeInstanceAttributeAsync(arg0: DescribeInstanceAttributeRequest, arg1: AsyncHandler[DescribeInstanceAttributeRequest, DescribeInstanceAttributeResult]): Future[DescribeInstanceAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  248. abstract def describeInstanceAttributeAsync(arg0: DescribeInstanceAttributeRequest): Future[DescribeInstanceAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  249. abstract def describeInstanceStatus(): DescribeInstanceStatusResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  250. abstract def describeInstanceStatus(arg0: DescribeInstanceStatusRequest): DescribeInstanceStatusResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  251. abstract def describeInstanceStatusAsync(arg0: DescribeInstanceStatusRequest, arg1: AsyncHandler[DescribeInstanceStatusRequest, DescribeInstanceStatusResult]): Future[DescribeInstanceStatusResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  252. abstract def describeInstanceStatusAsync(arg0: DescribeInstanceStatusRequest): Future[DescribeInstanceStatusResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  253. abstract def describeInstances(): DescribeInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  254. abstract def describeInstances(arg0: DescribeInstancesRequest): DescribeInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  255. abstract def describeInstancesAsync(arg0: DescribeInstancesRequest, arg1: AsyncHandler[DescribeInstancesRequest, DescribeInstancesResult]): Future[DescribeInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  256. abstract def describeInstancesAsync(arg0: DescribeInstancesRequest): Future[DescribeInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  257. abstract def describeInternetGateways(): DescribeInternetGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  258. abstract def describeInternetGateways(arg0: DescribeInternetGatewaysRequest): DescribeInternetGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  259. abstract def describeInternetGatewaysAsync(arg0: DescribeInternetGatewaysRequest, arg1: AsyncHandler[DescribeInternetGatewaysRequest, DescribeInternetGatewaysResult]): Future[DescribeInternetGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  260. abstract def describeInternetGatewaysAsync(arg0: DescribeInternetGatewaysRequest): Future[DescribeInternetGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  261. abstract def describeKeyPairs(): DescribeKeyPairsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  262. abstract def describeKeyPairs(arg0: DescribeKeyPairsRequest): DescribeKeyPairsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  263. abstract def describeKeyPairsAsync(arg0: DescribeKeyPairsRequest, arg1: AsyncHandler[DescribeKeyPairsRequest, DescribeKeyPairsResult]): Future[DescribeKeyPairsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  264. abstract def describeKeyPairsAsync(arg0: DescribeKeyPairsRequest): Future[DescribeKeyPairsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  265. abstract def describeNetworkAcls(): DescribeNetworkAclsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  266. abstract def describeNetworkAcls(arg0: DescribeNetworkAclsRequest): DescribeNetworkAclsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  267. abstract def describeNetworkAclsAsync(arg0: DescribeNetworkAclsRequest, arg1: AsyncHandler[DescribeNetworkAclsRequest, DescribeNetworkAclsResult]): Future[DescribeNetworkAclsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  268. abstract def describeNetworkAclsAsync(arg0: DescribeNetworkAclsRequest): Future[DescribeNetworkAclsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  269. abstract def describeNetworkInterfaceAttribute(arg0: DescribeNetworkInterfaceAttributeRequest): DescribeNetworkInterfaceAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  270. abstract def describeNetworkInterfaceAttributeAsync(arg0: DescribeNetworkInterfaceAttributeRequest, arg1: AsyncHandler[DescribeNetworkInterfaceAttributeRequest, DescribeNetworkInterfaceAttributeResult]): Future[DescribeNetworkInterfaceAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  271. abstract def describeNetworkInterfaceAttributeAsync(arg0: DescribeNetworkInterfaceAttributeRequest): Future[DescribeNetworkInterfaceAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  272. abstract def describeNetworkInterfaces(): DescribeNetworkInterfacesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  273. abstract def describeNetworkInterfaces(arg0: DescribeNetworkInterfacesRequest): DescribeNetworkInterfacesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  274. abstract def describeNetworkInterfacesAsync(arg0: DescribeNetworkInterfacesRequest, arg1: AsyncHandler[DescribeNetworkInterfacesRequest, DescribeNetworkInterfacesResult]): Future[DescribeNetworkInterfacesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  275. abstract def describeNetworkInterfacesAsync(arg0: DescribeNetworkInterfacesRequest): Future[DescribeNetworkInterfacesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  276. abstract def describePlacementGroups(): DescribePlacementGroupsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  277. abstract def describePlacementGroups(arg0: DescribePlacementGroupsRequest): DescribePlacementGroupsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  278. abstract def describePlacementGroupsAsync(arg0: DescribePlacementGroupsRequest, arg1: AsyncHandler[DescribePlacementGroupsRequest, DescribePlacementGroupsResult]): Future[DescribePlacementGroupsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  279. abstract def describePlacementGroupsAsync(arg0: DescribePlacementGroupsRequest): Future[DescribePlacementGroupsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  280. abstract def describeRegions(): DescribeRegionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  281. abstract def describeRegions(arg0: DescribeRegionsRequest): DescribeRegionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  282. abstract def describeRegionsAsync(arg0: DescribeRegionsRequest, arg1: AsyncHandler[DescribeRegionsRequest, DescribeRegionsResult]): Future[DescribeRegionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  283. abstract def describeRegionsAsync(arg0: DescribeRegionsRequest): Future[DescribeRegionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  284. abstract def describeReservedInstances(): DescribeReservedInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  285. abstract def describeReservedInstances(arg0: DescribeReservedInstancesRequest): DescribeReservedInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  286. abstract def describeReservedInstancesAsync(arg0: DescribeReservedInstancesRequest, arg1: AsyncHandler[DescribeReservedInstancesRequest, DescribeReservedInstancesResult]): Future[DescribeReservedInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  287. abstract def describeReservedInstancesAsync(arg0: DescribeReservedInstancesRequest): Future[DescribeReservedInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  288. abstract def describeReservedInstancesListings(): DescribeReservedInstancesListingsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  289. abstract def describeReservedInstancesListings(arg0: DescribeReservedInstancesListingsRequest): DescribeReservedInstancesListingsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  290. abstract def describeReservedInstancesListingsAsync(arg0: DescribeReservedInstancesListingsRequest, arg1: AsyncHandler[DescribeReservedInstancesListingsRequest, DescribeReservedInstancesListingsResult]): Future[DescribeReservedInstancesListingsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  291. abstract def describeReservedInstancesListingsAsync(arg0: DescribeReservedInstancesListingsRequest): Future[DescribeReservedInstancesListingsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  292. abstract def describeReservedInstancesModifications(): DescribeReservedInstancesModificationsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  293. abstract def describeReservedInstancesModifications(arg0: DescribeReservedInstancesModificationsRequest): DescribeReservedInstancesModificationsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  294. abstract def describeReservedInstancesModificationsAsync(arg0: DescribeReservedInstancesModificationsRequest, arg1: AsyncHandler[DescribeReservedInstancesModificationsRequest, DescribeReservedInstancesModificationsResult]): Future[DescribeReservedInstancesModificationsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  295. abstract def describeReservedInstancesModificationsAsync(arg0: DescribeReservedInstancesModificationsRequest): Future[DescribeReservedInstancesModificationsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  296. abstract def describeReservedInstancesOfferings(): DescribeReservedInstancesOfferingsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  297. abstract def describeReservedInstancesOfferings(arg0: DescribeReservedInstancesOfferingsRequest): DescribeReservedInstancesOfferingsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  298. abstract def describeReservedInstancesOfferingsAsync(arg0: DescribeReservedInstancesOfferingsRequest, arg1: AsyncHandler[DescribeReservedInstancesOfferingsRequest, DescribeReservedInstancesOfferingsResult]): Future[DescribeReservedInstancesOfferingsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  299. abstract def describeReservedInstancesOfferingsAsync(arg0: DescribeReservedInstancesOfferingsRequest): Future[DescribeReservedInstancesOfferingsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  300. abstract def describeRouteTables(): DescribeRouteTablesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  301. abstract def describeRouteTables(arg0: DescribeRouteTablesRequest): DescribeRouteTablesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  302. abstract def describeRouteTablesAsync(arg0: DescribeRouteTablesRequest, arg1: AsyncHandler[DescribeRouteTablesRequest, DescribeRouteTablesResult]): Future[DescribeRouteTablesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  303. abstract def describeRouteTablesAsync(arg0: DescribeRouteTablesRequest): Future[DescribeRouteTablesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  304. abstract def describeSecurityGroups(): DescribeSecurityGroupsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  305. abstract def describeSecurityGroups(arg0: DescribeSecurityGroupsRequest): DescribeSecurityGroupsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  306. abstract def describeSecurityGroupsAsync(arg0: DescribeSecurityGroupsRequest, arg1: AsyncHandler[DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult]): Future[DescribeSecurityGroupsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  307. abstract def describeSecurityGroupsAsync(arg0: DescribeSecurityGroupsRequest): Future[DescribeSecurityGroupsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  308. abstract def describeSnapshotAttribute(arg0: DescribeSnapshotAttributeRequest): DescribeSnapshotAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  309. abstract def describeSnapshotAttributeAsync(arg0: DescribeSnapshotAttributeRequest, arg1: AsyncHandler[DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult]): Future[DescribeSnapshotAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  310. abstract def describeSnapshotAttributeAsync(arg0: DescribeSnapshotAttributeRequest): Future[DescribeSnapshotAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  311. abstract def describeSnapshots(): DescribeSnapshotsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  312. abstract def describeSnapshots(arg0: DescribeSnapshotsRequest): DescribeSnapshotsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  313. abstract def describeSnapshotsAsync(arg0: DescribeSnapshotsRequest, arg1: AsyncHandler[DescribeSnapshotsRequest, DescribeSnapshotsResult]): Future[DescribeSnapshotsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  314. abstract def describeSnapshotsAsync(arg0: DescribeSnapshotsRequest): Future[DescribeSnapshotsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  315. abstract def describeSpotDatafeedSubscription(): DescribeSpotDatafeedSubscriptionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  316. abstract def describeSpotDatafeedSubscription(arg0: DescribeSpotDatafeedSubscriptionRequest): DescribeSpotDatafeedSubscriptionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  317. abstract def describeSpotDatafeedSubscriptionAsync(arg0: DescribeSpotDatafeedSubscriptionRequest, arg1: AsyncHandler[DescribeSpotDatafeedSubscriptionRequest, DescribeSpotDatafeedSubscriptionResult]): Future[DescribeSpotDatafeedSubscriptionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  318. abstract def describeSpotDatafeedSubscriptionAsync(arg0: DescribeSpotDatafeedSubscriptionRequest): Future[DescribeSpotDatafeedSubscriptionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  319. abstract def describeSpotInstanceRequests(): DescribeSpotInstanceRequestsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  320. abstract def describeSpotInstanceRequests(arg0: DescribeSpotInstanceRequestsRequest): DescribeSpotInstanceRequestsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  321. abstract def describeSpotInstanceRequestsAsync(arg0: DescribeSpotInstanceRequestsRequest, arg1: AsyncHandler[DescribeSpotInstanceRequestsRequest, DescribeSpotInstanceRequestsResult]): Future[DescribeSpotInstanceRequestsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  322. abstract def describeSpotInstanceRequestsAsync(arg0: DescribeSpotInstanceRequestsRequest): Future[DescribeSpotInstanceRequestsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  323. abstract def describeSpotPriceHistory(): DescribeSpotPriceHistoryResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  324. abstract def describeSpotPriceHistory(arg0: DescribeSpotPriceHistoryRequest): DescribeSpotPriceHistoryResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  325. abstract def describeSpotPriceHistoryAsync(arg0: DescribeSpotPriceHistoryRequest, arg1: AsyncHandler[DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult]): Future[DescribeSpotPriceHistoryResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  326. abstract def describeSpotPriceHistoryAsync(arg0: DescribeSpotPriceHistoryRequest): Future[DescribeSpotPriceHistoryResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  327. abstract def describeSubnets(): DescribeSubnetsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  328. abstract def describeSubnets(arg0: DescribeSubnetsRequest): DescribeSubnetsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  329. abstract def describeSubnetsAsync(arg0: DescribeSubnetsRequest, arg1: AsyncHandler[DescribeSubnetsRequest, DescribeSubnetsResult]): Future[DescribeSubnetsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  330. abstract def describeSubnetsAsync(arg0: DescribeSubnetsRequest): Future[DescribeSubnetsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  331. abstract def describeTags(): DescribeTagsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  332. abstract def describeTags(arg0: DescribeTagsRequest): DescribeTagsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  333. abstract def describeTagsAsync(arg0: DescribeTagsRequest, arg1: AsyncHandler[DescribeTagsRequest, DescribeTagsResult]): Future[DescribeTagsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  334. abstract def describeTagsAsync(arg0: DescribeTagsRequest): Future[DescribeTagsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  335. abstract def describeVolumeAttribute(arg0: DescribeVolumeAttributeRequest): DescribeVolumeAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  336. abstract def describeVolumeAttributeAsync(arg0: DescribeVolumeAttributeRequest, arg1: AsyncHandler[DescribeVolumeAttributeRequest, DescribeVolumeAttributeResult]): Future[DescribeVolumeAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  337. abstract def describeVolumeAttributeAsync(arg0: DescribeVolumeAttributeRequest): Future[DescribeVolumeAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  338. abstract def describeVolumeStatus(): DescribeVolumeStatusResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  339. abstract def describeVolumeStatus(arg0: DescribeVolumeStatusRequest): DescribeVolumeStatusResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  340. abstract def describeVolumeStatusAsync(arg0: DescribeVolumeStatusRequest, arg1: AsyncHandler[DescribeVolumeStatusRequest, DescribeVolumeStatusResult]): Future[DescribeVolumeStatusResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  341. abstract def describeVolumeStatusAsync(arg0: DescribeVolumeStatusRequest): Future[DescribeVolumeStatusResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  342. abstract def describeVolumes(): DescribeVolumesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  343. abstract def describeVolumes(arg0: DescribeVolumesRequest): DescribeVolumesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  344. abstract def describeVolumesAsync(arg0: DescribeVolumesRequest, arg1: AsyncHandler[DescribeVolumesRequest, DescribeVolumesResult]): Future[DescribeVolumesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  345. abstract def describeVolumesAsync(arg0: DescribeVolumesRequest): Future[DescribeVolumesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  346. abstract def describeVpcAttribute(arg0: DescribeVpcAttributeRequest): DescribeVpcAttributeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  347. abstract def describeVpcAttributeAsync(arg0: DescribeVpcAttributeRequest, arg1: AsyncHandler[DescribeVpcAttributeRequest, DescribeVpcAttributeResult]): Future[DescribeVpcAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  348. abstract def describeVpcAttributeAsync(arg0: DescribeVpcAttributeRequest): Future[DescribeVpcAttributeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  349. abstract def describeVpcPeeringConnections(): DescribeVpcPeeringConnectionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  350. abstract def describeVpcPeeringConnections(arg0: DescribeVpcPeeringConnectionsRequest): DescribeVpcPeeringConnectionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  351. abstract def describeVpcPeeringConnectionsAsync(arg0: DescribeVpcPeeringConnectionsRequest, arg1: AsyncHandler[DescribeVpcPeeringConnectionsRequest, DescribeVpcPeeringConnectionsResult]): Future[DescribeVpcPeeringConnectionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  352. abstract def describeVpcPeeringConnectionsAsync(arg0: DescribeVpcPeeringConnectionsRequest): Future[DescribeVpcPeeringConnectionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  353. abstract def describeVpcs(): DescribeVpcsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  354. abstract def describeVpcs(arg0: DescribeVpcsRequest): DescribeVpcsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  355. abstract def describeVpcsAsync(arg0: DescribeVpcsRequest, arg1: AsyncHandler[DescribeVpcsRequest, DescribeVpcsResult]): Future[DescribeVpcsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  356. abstract def describeVpcsAsync(arg0: DescribeVpcsRequest): Future[DescribeVpcsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  357. abstract def describeVpnConnections(): DescribeVpnConnectionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  358. abstract def describeVpnConnections(arg0: DescribeVpnConnectionsRequest): DescribeVpnConnectionsResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  359. abstract def describeVpnConnectionsAsync(arg0: DescribeVpnConnectionsRequest, arg1: AsyncHandler[DescribeVpnConnectionsRequest, DescribeVpnConnectionsResult]): Future[DescribeVpnConnectionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  360. abstract def describeVpnConnectionsAsync(arg0: DescribeVpnConnectionsRequest): Future[DescribeVpnConnectionsResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  361. abstract def describeVpnGateways(): DescribeVpnGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  362. abstract def describeVpnGateways(arg0: DescribeVpnGatewaysRequest): DescribeVpnGatewaysResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  363. abstract def describeVpnGatewaysAsync(arg0: DescribeVpnGatewaysRequest, arg1: AsyncHandler[DescribeVpnGatewaysRequest, DescribeVpnGatewaysResult]): Future[DescribeVpnGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  364. abstract def describeVpnGatewaysAsync(arg0: DescribeVpnGatewaysRequest): Future[DescribeVpnGatewaysResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  365. abstract def detachInternetGateway(arg0: DetachInternetGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  366. abstract def detachInternetGatewayAsync(arg0: DetachInternetGatewayRequest, arg1: AsyncHandler[DetachInternetGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  367. abstract def detachInternetGatewayAsync(arg0: DetachInternetGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  368. abstract def detachNetworkInterface(arg0: DetachNetworkInterfaceRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  369. abstract def detachNetworkInterfaceAsync(arg0: DetachNetworkInterfaceRequest, arg1: AsyncHandler[DetachNetworkInterfaceRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  370. abstract def detachNetworkInterfaceAsync(arg0: DetachNetworkInterfaceRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  371. abstract def detachVolume(arg0: DetachVolumeRequest): DetachVolumeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  372. abstract def detachVolumeAsync(arg0: DetachVolumeRequest, arg1: AsyncHandler[DetachVolumeRequest, DetachVolumeResult]): Future[DetachVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  373. abstract def detachVolumeAsync(arg0: DetachVolumeRequest): Future[DetachVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  374. abstract def detachVpnGateway(arg0: DetachVpnGatewayRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  375. abstract def detachVpnGatewayAsync(arg0: DetachVpnGatewayRequest, arg1: AsyncHandler[DetachVpnGatewayRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  376. abstract def detachVpnGatewayAsync(arg0: DetachVpnGatewayRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  377. abstract def disableVgwRoutePropagation(arg0: DisableVgwRoutePropagationRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  378. abstract def disableVgwRoutePropagationAsync(arg0: DisableVgwRoutePropagationRequest, arg1: AsyncHandler[DisableVgwRoutePropagationRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  379. abstract def disableVgwRoutePropagationAsync(arg0: DisableVgwRoutePropagationRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  380. abstract def disassociateAddress(arg0: DisassociateAddressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  381. abstract def disassociateAddressAsync(arg0: DisassociateAddressRequest, arg1: AsyncHandler[DisassociateAddressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  382. abstract def disassociateAddressAsync(arg0: DisassociateAddressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  383. abstract def disassociateRouteTable(arg0: DisassociateRouteTableRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  384. abstract def disassociateRouteTableAsync(arg0: DisassociateRouteTableRequest, arg1: AsyncHandler[DisassociateRouteTableRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  385. abstract def disassociateRouteTableAsync(arg0: DisassociateRouteTableRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  386. abstract def dryRun[X <: AmazonWebServiceRequest](arg0: DryRunSupportedRequest[X]): DryRunResult[X]

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  387. abstract def enableVgwRoutePropagation(arg0: EnableVgwRoutePropagationRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  388. abstract def enableVgwRoutePropagationAsync(arg0: EnableVgwRoutePropagationRequest, arg1: AsyncHandler[EnableVgwRoutePropagationRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  389. abstract def enableVgwRoutePropagationAsync(arg0: EnableVgwRoutePropagationRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  390. abstract def enableVolumeIO(arg0: EnableVolumeIORequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  391. abstract def enableVolumeIOAsync(arg0: EnableVolumeIORequest, arg1: AsyncHandler[EnableVolumeIORequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  392. abstract def enableVolumeIOAsync(arg0: EnableVolumeIORequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  393. abstract def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Definition Classes
    AmazonEC2
  394. abstract def getConsoleOutput(arg0: GetConsoleOutputRequest): GetConsoleOutputResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  395. abstract def getConsoleOutputAsync(arg0: GetConsoleOutputRequest, arg1: AsyncHandler[GetConsoleOutputRequest, GetConsoleOutputResult]): Future[GetConsoleOutputResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  396. abstract def getConsoleOutputAsync(arg0: GetConsoleOutputRequest): Future[GetConsoleOutputResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  397. abstract def getPasswordData(arg0: GetPasswordDataRequest): GetPasswordDataResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  398. abstract def getPasswordDataAsync(arg0: GetPasswordDataRequest, arg1: AsyncHandler[GetPasswordDataRequest, GetPasswordDataResult]): Future[GetPasswordDataResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  399. abstract def getPasswordDataAsync(arg0: GetPasswordDataRequest): Future[GetPasswordDataResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  400. abstract def importInstance(arg0: ImportInstanceRequest): ImportInstanceResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  401. abstract def importInstanceAsync(arg0: ImportInstanceRequest, arg1: AsyncHandler[ImportInstanceRequest, ImportInstanceResult]): Future[ImportInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  402. abstract def importInstanceAsync(arg0: ImportInstanceRequest): Future[ImportInstanceResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  403. abstract def importKeyPair(arg0: ImportKeyPairRequest): ImportKeyPairResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  404. abstract def importKeyPairAsync(arg0: ImportKeyPairRequest, arg1: AsyncHandler[ImportKeyPairRequest, ImportKeyPairResult]): Future[ImportKeyPairResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  405. abstract def importKeyPairAsync(arg0: ImportKeyPairRequest): Future[ImportKeyPairResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  406. abstract def importVolume(arg0: ImportVolumeRequest): ImportVolumeResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  407. abstract def importVolumeAsync(arg0: ImportVolumeRequest, arg1: AsyncHandler[ImportVolumeRequest, ImportVolumeResult]): Future[ImportVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  408. abstract def importVolumeAsync(arg0: ImportVolumeRequest): Future[ImportVolumeResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  409. abstract def modifyImageAttribute(arg0: ModifyImageAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  410. abstract def modifyImageAttributeAsync(arg0: ModifyImageAttributeRequest, arg1: AsyncHandler[ModifyImageAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  411. abstract def modifyImageAttributeAsync(arg0: ModifyImageAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  412. abstract def modifyInstanceAttribute(arg0: ModifyInstanceAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  413. abstract def modifyInstanceAttributeAsync(arg0: ModifyInstanceAttributeRequest, arg1: AsyncHandler[ModifyInstanceAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  414. abstract def modifyInstanceAttributeAsync(arg0: ModifyInstanceAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  415. abstract def modifyNetworkInterfaceAttribute(arg0: ModifyNetworkInterfaceAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  416. abstract def modifyNetworkInterfaceAttributeAsync(arg0: ModifyNetworkInterfaceAttributeRequest, arg1: AsyncHandler[ModifyNetworkInterfaceAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  417. abstract def modifyNetworkInterfaceAttributeAsync(arg0: ModifyNetworkInterfaceAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  418. abstract def modifyReservedInstances(arg0: ModifyReservedInstancesRequest): ModifyReservedInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  419. abstract def modifyReservedInstancesAsync(arg0: ModifyReservedInstancesRequest, arg1: AsyncHandler[ModifyReservedInstancesRequest, ModifyReservedInstancesResult]): Future[ModifyReservedInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  420. abstract def modifyReservedInstancesAsync(arg0: ModifyReservedInstancesRequest): Future[ModifyReservedInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  421. abstract def modifySnapshotAttribute(arg0: ModifySnapshotAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  422. abstract def modifySnapshotAttributeAsync(arg0: ModifySnapshotAttributeRequest, arg1: AsyncHandler[ModifySnapshotAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  423. abstract def modifySnapshotAttributeAsync(arg0: ModifySnapshotAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  424. abstract def modifySubnetAttribute(arg0: ModifySubnetAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  425. abstract def modifySubnetAttributeAsync(arg0: ModifySubnetAttributeRequest, arg1: AsyncHandler[ModifySubnetAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  426. abstract def modifySubnetAttributeAsync(arg0: ModifySubnetAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  427. abstract def modifyVolumeAttribute(arg0: ModifyVolumeAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  428. abstract def modifyVolumeAttributeAsync(arg0: ModifyVolumeAttributeRequest, arg1: AsyncHandler[ModifyVolumeAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  429. abstract def modifyVolumeAttributeAsync(arg0: ModifyVolumeAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  430. abstract def modifyVpcAttribute(arg0: ModifyVpcAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  431. abstract def modifyVpcAttributeAsync(arg0: ModifyVpcAttributeRequest, arg1: AsyncHandler[ModifyVpcAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  432. abstract def modifyVpcAttributeAsync(arg0: ModifyVpcAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  433. abstract def monitorInstances(arg0: MonitorInstancesRequest): MonitorInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  434. abstract def monitorInstancesAsync(arg0: MonitorInstancesRequest, arg1: AsyncHandler[MonitorInstancesRequest, MonitorInstancesResult]): Future[MonitorInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  435. abstract def monitorInstancesAsync(arg0: MonitorInstancesRequest): Future[MonitorInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  436. abstract def purchaseReservedInstancesOffering(arg0: PurchaseReservedInstancesOfferingRequest): PurchaseReservedInstancesOfferingResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  437. abstract def purchaseReservedInstancesOfferingAsync(arg0: PurchaseReservedInstancesOfferingRequest, arg1: AsyncHandler[PurchaseReservedInstancesOfferingRequest, PurchaseReservedInstancesOfferingResult]): Future[PurchaseReservedInstancesOfferingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  438. abstract def purchaseReservedInstancesOfferingAsync(arg0: PurchaseReservedInstancesOfferingRequest): Future[PurchaseReservedInstancesOfferingResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  439. abstract def rebootInstances(arg0: RebootInstancesRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  440. abstract def rebootInstancesAsync(arg0: RebootInstancesRequest, arg1: AsyncHandler[RebootInstancesRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  441. abstract def rebootInstancesAsync(arg0: RebootInstancesRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  442. abstract def registerImage(arg0: RegisterImageRequest): RegisterImageResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  443. abstract def registerImageAsync(arg0: RegisterImageRequest, arg1: AsyncHandler[RegisterImageRequest, RegisterImageResult]): Future[RegisterImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  444. abstract def registerImageAsync(arg0: RegisterImageRequest): Future[RegisterImageResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  445. abstract def rejectVpcPeeringConnection(arg0: RejectVpcPeeringConnectionRequest): RejectVpcPeeringConnectionResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  446. abstract def rejectVpcPeeringConnectionAsync(arg0: RejectVpcPeeringConnectionRequest, arg1: AsyncHandler[RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult]): Future[RejectVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  447. abstract def rejectVpcPeeringConnectionAsync(arg0: RejectVpcPeeringConnectionRequest): Future[RejectVpcPeeringConnectionResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  448. abstract def releaseAddress(arg0: ReleaseAddressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  449. abstract def releaseAddressAsync(arg0: ReleaseAddressRequest, arg1: AsyncHandler[ReleaseAddressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  450. abstract def releaseAddressAsync(arg0: ReleaseAddressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  451. abstract def replaceNetworkAclAssociation(arg0: ReplaceNetworkAclAssociationRequest): ReplaceNetworkAclAssociationResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  452. abstract def replaceNetworkAclAssociationAsync(arg0: ReplaceNetworkAclAssociationRequest, arg1: AsyncHandler[ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult]): Future[ReplaceNetworkAclAssociationResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  453. abstract def replaceNetworkAclAssociationAsync(arg0: ReplaceNetworkAclAssociationRequest): Future[ReplaceNetworkAclAssociationResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  454. abstract def replaceNetworkAclEntry(arg0: ReplaceNetworkAclEntryRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  455. abstract def replaceNetworkAclEntryAsync(arg0: ReplaceNetworkAclEntryRequest, arg1: AsyncHandler[ReplaceNetworkAclEntryRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  456. abstract def replaceNetworkAclEntryAsync(arg0: ReplaceNetworkAclEntryRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  457. abstract def replaceRoute(arg0: ReplaceRouteRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  458. abstract def replaceRouteAsync(arg0: ReplaceRouteRequest, arg1: AsyncHandler[ReplaceRouteRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  459. abstract def replaceRouteAsync(arg0: ReplaceRouteRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  460. abstract def replaceRouteTableAssociation(arg0: ReplaceRouteTableAssociationRequest): ReplaceRouteTableAssociationResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  461. abstract def replaceRouteTableAssociationAsync(arg0: ReplaceRouteTableAssociationRequest, arg1: AsyncHandler[ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult]): Future[ReplaceRouteTableAssociationResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  462. abstract def replaceRouteTableAssociationAsync(arg0: ReplaceRouteTableAssociationRequest): Future[ReplaceRouteTableAssociationResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  463. abstract def reportInstanceStatus(arg0: ReportInstanceStatusRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  464. abstract def reportInstanceStatusAsync(arg0: ReportInstanceStatusRequest, arg1: AsyncHandler[ReportInstanceStatusRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  465. abstract def reportInstanceStatusAsync(arg0: ReportInstanceStatusRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  466. abstract def requestSpotInstances(arg0: RequestSpotInstancesRequest): RequestSpotInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  467. abstract def requestSpotInstancesAsync(arg0: RequestSpotInstancesRequest, arg1: AsyncHandler[RequestSpotInstancesRequest, RequestSpotInstancesResult]): Future[RequestSpotInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  468. abstract def requestSpotInstancesAsync(arg0: RequestSpotInstancesRequest): Future[RequestSpotInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  469. abstract def resetImageAttribute(arg0: ResetImageAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  470. abstract def resetImageAttributeAsync(arg0: ResetImageAttributeRequest, arg1: AsyncHandler[ResetImageAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  471. abstract def resetImageAttributeAsync(arg0: ResetImageAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  472. abstract def resetInstanceAttribute(arg0: ResetInstanceAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  473. abstract def resetInstanceAttributeAsync(arg0: ResetInstanceAttributeRequest, arg1: AsyncHandler[ResetInstanceAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  474. abstract def resetInstanceAttributeAsync(arg0: ResetInstanceAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  475. abstract def resetNetworkInterfaceAttribute(arg0: ResetNetworkInterfaceAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  476. abstract def resetNetworkInterfaceAttributeAsync(arg0: ResetNetworkInterfaceAttributeRequest, arg1: AsyncHandler[ResetNetworkInterfaceAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  477. abstract def resetNetworkInterfaceAttributeAsync(arg0: ResetNetworkInterfaceAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  478. abstract def resetSnapshotAttribute(arg0: ResetSnapshotAttributeRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  479. abstract def resetSnapshotAttributeAsync(arg0: ResetSnapshotAttributeRequest, arg1: AsyncHandler[ResetSnapshotAttributeRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  480. abstract def resetSnapshotAttributeAsync(arg0: ResetSnapshotAttributeRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  481. abstract def revokeSecurityGroupEgress(arg0: RevokeSecurityGroupEgressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  482. abstract def revokeSecurityGroupEgressAsync(arg0: RevokeSecurityGroupEgressRequest, arg1: AsyncHandler[RevokeSecurityGroupEgressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  483. abstract def revokeSecurityGroupEgressAsync(arg0: RevokeSecurityGroupEgressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  484. abstract def revokeSecurityGroupIngress(): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  485. abstract def revokeSecurityGroupIngress(arg0: RevokeSecurityGroupIngressRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  486. abstract def revokeSecurityGroupIngressAsync(arg0: RevokeSecurityGroupIngressRequest, arg1: AsyncHandler[RevokeSecurityGroupIngressRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  487. abstract def revokeSecurityGroupIngressAsync(arg0: RevokeSecurityGroupIngressRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  488. abstract def runInstances(arg0: com.amazonaws.services.ec2.model.RunInstancesRequest): RunInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  489. abstract def runInstancesAsync(arg0: com.amazonaws.services.ec2.model.RunInstancesRequest, arg1: AsyncHandler[com.amazonaws.services.ec2.model.RunInstancesRequest, RunInstancesResult]): Future[RunInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  490. abstract def runInstancesAsync(arg0: com.amazonaws.services.ec2.model.RunInstancesRequest): Future[RunInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  491. abstract def setEndpoint(arg0: String): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... )
  492. abstract def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... )
  493. abstract def shutdown(): Unit

    Definition Classes
    AmazonEC2
  494. abstract def startInstances(arg0: StartInstancesRequest): StartInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  495. abstract def startInstancesAsync(arg0: StartInstancesRequest, arg1: AsyncHandler[StartInstancesRequest, StartInstancesResult]): Future[StartInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  496. abstract def startInstancesAsync(arg0: StartInstancesRequest): Future[StartInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  497. abstract def stopInstances(arg0: StopInstancesRequest): StopInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  498. abstract def stopInstancesAsync(arg0: StopInstancesRequest, arg1: AsyncHandler[StopInstancesRequest, StopInstancesResult]): Future[StopInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  499. abstract def stopInstancesAsync(arg0: StopInstancesRequest): Future[StopInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  500. abstract def terminateInstances(arg0: TerminateInstancesRequest): TerminateInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  501. abstract def terminateInstancesAsync(arg0: TerminateInstancesRequest, arg1: AsyncHandler[TerminateInstancesRequest, TerminateInstancesResult]): Future[TerminateInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  502. abstract def terminateInstancesAsync(arg0: TerminateInstancesRequest): Future[TerminateInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  503. abstract def unassignPrivateIpAddresses(arg0: UnassignPrivateIpAddressesRequest): Unit

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  504. abstract def unassignPrivateIpAddressesAsync(arg0: UnassignPrivateIpAddressesRequest, arg1: AsyncHandler[UnassignPrivateIpAddressesRequest, Void]): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  505. abstract def unassignPrivateIpAddressesAsync(arg0: UnassignPrivateIpAddressesRequest): Future[Void]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  506. abstract def unmonitorInstances(arg0: UnmonitorInstancesRequest): UnmonitorInstancesResult

    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  507. abstract def unmonitorInstancesAsync(arg0: UnmonitorInstancesRequest, arg1: AsyncHandler[UnmonitorInstancesRequest, UnmonitorInstancesResult]): Future[UnmonitorInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  508. abstract def unmonitorInstancesAsync(arg0: UnmonitorInstancesRequest): Future[UnmonitorInstancesResult]

    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def at(region: Region): EC2

  6. final def awaitInstances(awaiting: Seq[Instance], checkInterval: Long = 5000L): Seq[Instance]

    Annotations
    @tailrec()
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createKeyPair(name: String): KeyPair

  9. def createSecurityGroup(name: String, description: String): Option[SecurityGroup]

  10. def delete(securityGroup: SecurityGroup): Unit

  11. def delete(keyPair: KeyPair): Unit

  12. def deleteKeyPair(name: String): Unit

  13. def deleteSecurityGroup(name: String): Unit

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def instanceStatuses(includeAll: Boolean = false, instanceIds: Seq[String] = Nil, filters: Seq[Filter] = Nil): Seq[InstanceStatus]

  20. def instances(instanceIds: Seq[String] = Nil, filters: Seq[Filter] = Nil): Seq[Instance]

  21. def instances(instanceId: String*): Seq[Instance]

  22. def instances: Seq[Instance]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def keyPair(name: String): Option[KeyPair]

  25. def keyPairs: Seq[KeyPair]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def reboot(instance: Instance*): Unit

  30. def reservedInstanceOfferings(availabilityZone: Option[String] = None, filters: Seq[Filter] = Nil): Seq[ReservedInstancesOffering]

  31. def runAndAwait(request: com.amazonaws.services.ec2.model.RunInstancesRequest): Seq[Instance]

  32. def runAndAwait(imageId: String, keyPair: KeyPair, instanceType: InstanceType = InstanceType.T1_Micro, min: Int = 1, max: Int = 1): Seq[Instance]

  33. def securityGroup(name: String): Option[SecurityGroup]

  34. def securityGroups: Seq[SecurityGroup]

  35. def start(instance: Instance*): StartInstancesResult

  36. def stop(instance: Instance*): StopInstancesResult

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def tags(filters: Seq[Filter] = Nil): Seq[TagDescription]

  39. def terminate(instance: Instance*): TerminateInstancesResult

  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmazonEC2Async

Inherited from AmazonEC2

Inherited from AnyRef

Inherited from Any

Ungrouped