Trait/Object

awscala.ec2

EC2

Related Docs: object EC2 | package ec2

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def acceptVpcPeeringConnection(): AcceptVpcPeeringConnectionResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  21. abstract def attachClassicLinkVpc(arg0: AttachClassicLinkVpcRequest): AttachClassicLinkVpcResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  22. abstract def attachClassicLinkVpcAsync(arg0: AttachClassicLinkVpcRequest, arg1: AsyncHandler[AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult]): Future[AttachClassicLinkVpcResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  23. abstract def attachClassicLinkVpcAsync(arg0: AttachClassicLinkVpcRequest): Future[AttachClassicLinkVpcResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  54. abstract def cancelImportTask(): CancelImportTaskResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  55. abstract def cancelImportTask(arg0: CancelImportTaskRequest): CancelImportTaskResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  56. abstract def cancelImportTaskAsync(arg0: CancelImportTaskRequest, arg1: AsyncHandler[CancelImportTaskRequest, CancelImportTaskResult]): Future[CancelImportTaskResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  57. abstract def cancelImportTaskAsync(arg0: CancelImportTaskRequest): Future[CancelImportTaskResult]

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  61. abstract def cancelSpotFleetRequests(arg0: CancelSpotFleetRequestsRequest): CancelSpotFleetRequestsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  62. abstract def cancelSpotFleetRequestsAsync(arg0: CancelSpotFleetRequestsRequest, arg1: AsyncHandler[CancelSpotFleetRequestsRequest, CancelSpotFleetRequestsResult]): Future[CancelSpotFleetRequestsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  63. abstract def cancelSpotFleetRequestsAsync(arg0: CancelSpotFleetRequestsRequest): Future[CancelSpotFleetRequestsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  82. abstract def createFlowLogs(arg0: CreateFlowLogsRequest): CreateFlowLogsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  83. abstract def createFlowLogsAsync(arg0: CreateFlowLogsRequest, arg1: AsyncHandler[CreateFlowLogsRequest, CreateFlowLogsResult]): Future[CreateFlowLogsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  84. abstract def createFlowLogsAsync(arg0: CreateFlowLogsRequest): Future[CreateFlowLogsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  113. abstract def createRoute(arg0: CreateRouteRequest): CreateRouteResult

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  115. abstract def createRouteAsync(arg0: CreateRouteRequest): Future[CreateRouteResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  140. abstract def createVpcEndpoint(arg0: CreateVpcEndpointRequest): CreateVpcEndpointResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  141. abstract def createVpcEndpointAsync(arg0: CreateVpcEndpointRequest, arg1: AsyncHandler[CreateVpcEndpointRequest, CreateVpcEndpointResult]): Future[CreateVpcEndpointResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  142. abstract def createVpcEndpointAsync(arg0: CreateVpcEndpointRequest): Future[CreateVpcEndpointResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  162. abstract def deleteFlowLogs(arg0: DeleteFlowLogsRequest): DeleteFlowLogsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  163. abstract def deleteFlowLogsAsync(arg0: DeleteFlowLogsRequest, arg1: AsyncHandler[DeleteFlowLogsRequest, DeleteFlowLogsResult]): Future[DeleteFlowLogsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  164. abstract def deleteFlowLogsAsync(arg0: DeleteFlowLogsRequest): Future[DeleteFlowLogsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  211. abstract def deleteVpcEndpoints(arg0: DeleteVpcEndpointsRequest): DeleteVpcEndpointsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  212. abstract def deleteVpcEndpointsAsync(arg0: DeleteVpcEndpointsRequest, arg1: AsyncHandler[DeleteVpcEndpointsRequest, DeleteVpcEndpointsResult]): Future[DeleteVpcEndpointsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  213. abstract def deleteVpcEndpointsAsync(arg0: DeleteVpcEndpointsRequest): Future[DeleteVpcEndpointsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  245. abstract def describeClassicLinkInstances(): DescribeClassicLinkInstancesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  246. abstract def describeClassicLinkInstances(arg0: DescribeClassicLinkInstancesRequest): DescribeClassicLinkInstancesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  247. abstract def describeClassicLinkInstancesAsync(arg0: DescribeClassicLinkInstancesRequest, arg1: AsyncHandler[DescribeClassicLinkInstancesRequest, DescribeClassicLinkInstancesResult]): Future[DescribeClassicLinkInstancesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  248. abstract def describeClassicLinkInstancesAsync(arg0: DescribeClassicLinkInstancesRequest): Future[DescribeClassicLinkInstancesResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  265. abstract def describeFlowLogs(): DescribeFlowLogsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  266. abstract def describeFlowLogs(arg0: DescribeFlowLogsRequest): DescribeFlowLogsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  267. abstract def describeFlowLogsAsync(arg0: DescribeFlowLogsRequest, arg1: AsyncHandler[DescribeFlowLogsRequest, DescribeFlowLogsResult]): Future[DescribeFlowLogsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  268. abstract def describeFlowLogsAsync(arg0: DescribeFlowLogsRequest): Future[DescribeFlowLogsResult]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  276. abstract def describeImportImageTasks(): DescribeImportImageTasksResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  277. abstract def describeImportImageTasks(arg0: DescribeImportImageTasksRequest): DescribeImportImageTasksResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  278. abstract def describeImportImageTasksAsync(arg0: DescribeImportImageTasksRequest, arg1: AsyncHandler[DescribeImportImageTasksRequest, DescribeImportImageTasksResult]): Future[DescribeImportImageTasksResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  279. abstract def describeImportImageTasksAsync(arg0: DescribeImportImageTasksRequest): Future[DescribeImportImageTasksResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  280. abstract def describeImportSnapshotTasks(): DescribeImportSnapshotTasksResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  281. abstract def describeImportSnapshotTasks(arg0: DescribeImportSnapshotTasksRequest): DescribeImportSnapshotTasksResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  282. abstract def describeImportSnapshotTasksAsync(arg0: DescribeImportSnapshotTasksRequest, arg1: AsyncHandler[DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult]): Future[DescribeImportSnapshotTasksResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  283. abstract def describeImportSnapshotTasksAsync(arg0: DescribeImportSnapshotTasksRequest): Future[DescribeImportSnapshotTasksResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  303. abstract def describeMovingAddresses(): DescribeMovingAddressesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  304. abstract def describeMovingAddresses(arg0: DescribeMovingAddressesRequest): DescribeMovingAddressesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  305. abstract def describeMovingAddressesAsync(arg0: DescribeMovingAddressesRequest, arg1: AsyncHandler[DescribeMovingAddressesRequest, DescribeMovingAddressesResult]): Future[DescribeMovingAddressesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  306. abstract def describeMovingAddressesAsync(arg0: DescribeMovingAddressesRequest): Future[DescribeMovingAddressesResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  322. abstract def describePrefixLists(): DescribePrefixListsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  323. abstract def describePrefixLists(arg0: DescribePrefixListsRequest): DescribePrefixListsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  324. abstract def describePrefixListsAsync(arg0: DescribePrefixListsRequest, arg1: AsyncHandler[DescribePrefixListsRequest, DescribePrefixListsResult]): Future[DescribePrefixListsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  325. abstract def describePrefixListsAsync(arg0: DescribePrefixListsRequest): Future[DescribePrefixListsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  365. abstract def describeSpotFleetInstances(arg0: DescribeSpotFleetInstancesRequest): DescribeSpotFleetInstancesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  366. abstract def describeSpotFleetInstancesAsync(arg0: DescribeSpotFleetInstancesRequest, arg1: AsyncHandler[DescribeSpotFleetInstancesRequest, DescribeSpotFleetInstancesResult]): Future[DescribeSpotFleetInstancesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  367. abstract def describeSpotFleetInstancesAsync(arg0: DescribeSpotFleetInstancesRequest): Future[DescribeSpotFleetInstancesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  368. abstract def describeSpotFleetRequestHistory(arg0: DescribeSpotFleetRequestHistoryRequest): DescribeSpotFleetRequestHistoryResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  369. abstract def describeSpotFleetRequestHistoryAsync(arg0: DescribeSpotFleetRequestHistoryRequest, arg1: AsyncHandler[DescribeSpotFleetRequestHistoryRequest, DescribeSpotFleetRequestHistoryResult]): Future[DescribeSpotFleetRequestHistoryResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  370. abstract def describeSpotFleetRequestHistoryAsync(arg0: DescribeSpotFleetRequestHistoryRequest): Future[DescribeSpotFleetRequestHistoryResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  371. abstract def describeSpotFleetRequests(): DescribeSpotFleetRequestsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  372. abstract def describeSpotFleetRequests(arg0: DescribeSpotFleetRequestsRequest): DescribeSpotFleetRequestsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  373. abstract def describeSpotFleetRequestsAsync(arg0: DescribeSpotFleetRequestsRequest, arg1: AsyncHandler[DescribeSpotFleetRequestsRequest, DescribeSpotFleetRequestsResult]): Future[DescribeSpotFleetRequestsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  374. abstract def describeSpotFleetRequestsAsync(arg0: DescribeSpotFleetRequestsRequest): Future[DescribeSpotFleetRequestsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  405. abstract def describeVpcClassicLink(): DescribeVpcClassicLinkResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  406. abstract def describeVpcClassicLink(arg0: DescribeVpcClassicLinkRequest): DescribeVpcClassicLinkResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  407. abstract def describeVpcClassicLinkAsync(arg0: DescribeVpcClassicLinkRequest, arg1: AsyncHandler[DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult]): Future[DescribeVpcClassicLinkResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  408. abstract def describeVpcClassicLinkAsync(arg0: DescribeVpcClassicLinkRequest): Future[DescribeVpcClassicLinkResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  409. abstract def describeVpcEndpointServices(): DescribeVpcEndpointServicesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  410. abstract def describeVpcEndpointServices(arg0: DescribeVpcEndpointServicesRequest): DescribeVpcEndpointServicesResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  411. abstract def describeVpcEndpointServicesAsync(arg0: DescribeVpcEndpointServicesRequest, arg1: AsyncHandler[DescribeVpcEndpointServicesRequest, DescribeVpcEndpointServicesResult]): Future[DescribeVpcEndpointServicesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  412. abstract def describeVpcEndpointServicesAsync(arg0: DescribeVpcEndpointServicesRequest): Future[DescribeVpcEndpointServicesResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  413. abstract def describeVpcEndpoints(): DescribeVpcEndpointsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  414. abstract def describeVpcEndpoints(arg0: DescribeVpcEndpointsRequest): DescribeVpcEndpointsResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  415. abstract def describeVpcEndpointsAsync(arg0: DescribeVpcEndpointsRequest, arg1: AsyncHandler[DescribeVpcEndpointsRequest, DescribeVpcEndpointsResult]): Future[DescribeVpcEndpointsResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  416. abstract def describeVpcEndpointsAsync(arg0: DescribeVpcEndpointsRequest): Future[DescribeVpcEndpointsResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  433. abstract def detachClassicLinkVpc(arg0: DetachClassicLinkVpcRequest): DetachClassicLinkVpcResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  434. abstract def detachClassicLinkVpcAsync(arg0: DetachClassicLinkVpcRequest, arg1: AsyncHandler[DetachClassicLinkVpcRequest, DetachClassicLinkVpcResult]): Future[DetachClassicLinkVpcResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  435. abstract def detachClassicLinkVpcAsync(arg0: DetachClassicLinkVpcRequest): Future[DetachClassicLinkVpcResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  451. abstract def disableVpcClassicLink(arg0: DisableVpcClassicLinkRequest): DisableVpcClassicLinkResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  452. abstract def disableVpcClassicLinkAsync(arg0: DisableVpcClassicLinkRequest, arg1: AsyncHandler[DisableVpcClassicLinkRequest, DisableVpcClassicLinkResult]): Future[DisableVpcClassicLinkResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  453. abstract def disableVpcClassicLinkAsync(arg0: DisableVpcClassicLinkRequest): Future[DisableVpcClassicLinkResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  467. abstract def enableVpcClassicLink(arg0: EnableVpcClassicLinkRequest): EnableVpcClassicLinkResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  468. abstract def enableVpcClassicLinkAsync(arg0: EnableVpcClassicLinkRequest, arg1: AsyncHandler[EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult]): Future[EnableVpcClassicLinkResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  469. abstract def enableVpcClassicLinkAsync(arg0: EnableVpcClassicLinkRequest): Future[EnableVpcClassicLinkResult]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  477. abstract def importImage(): ImportImageResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  478. abstract def importImage(arg0: ImportImageRequest): ImportImageResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  479. abstract def importImageAsync(arg0: ImportImageRequest, arg1: AsyncHandler[ImportImageRequest, ImportImageResult]): Future[ImportImageResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  480. abstract def importImageAsync(arg0: ImportImageRequest): Future[ImportImageResult]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  487. abstract def importSnapshot(): ImportSnapshotResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  488. abstract def importSnapshot(arg0: ImportSnapshotRequest): ImportSnapshotResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  489. abstract def importSnapshotAsync(arg0: ImportSnapshotRequest, arg1: AsyncHandler[ImportSnapshotRequest, ImportSnapshotResult]): Future[ImportSnapshotResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  490. abstract def importSnapshotAsync(arg0: ImportSnapshotRequest): Future[ImportSnapshotResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  509. abstract def modifySpotFleetRequest(arg0: ModifySpotFleetRequestRequest): ModifySpotFleetRequestResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  510. abstract def modifySpotFleetRequestAsync(arg0: ModifySpotFleetRequestRequest, arg1: AsyncHandler[ModifySpotFleetRequestRequest, ModifySpotFleetRequestResult]): Future[ModifySpotFleetRequestResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  511. abstract def modifySpotFleetRequestAsync(arg0: ModifySpotFleetRequestRequest): Future[ModifySpotFleetRequestResult]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  521. abstract def modifyVpcEndpoint(arg0: ModifyVpcEndpointRequest): ModifyVpcEndpointResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  522. abstract def modifyVpcEndpointAsync(arg0: ModifyVpcEndpointRequest, arg1: AsyncHandler[ModifyVpcEndpointRequest, ModifyVpcEndpointResult]): Future[ModifyVpcEndpointResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  523. abstract def modifyVpcEndpointAsync(arg0: ModifyVpcEndpointRequest): Future[ModifyVpcEndpointResult]

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  527. abstract def moveAddressToVpc(arg0: MoveAddressToVpcRequest): MoveAddressToVpcResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  528. abstract def moveAddressToVpcAsync(arg0: MoveAddressToVpcRequest, arg1: AsyncHandler[MoveAddressToVpcRequest, MoveAddressToVpcResult]): Future[MoveAddressToVpcResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  529. abstract def moveAddressToVpcAsync(arg0: MoveAddressToVpcRequest): Future[MoveAddressToVpcResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  560. abstract def requestSpotFleet(arg0: RequestSpotFleetRequest): RequestSpotFleetResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  561. abstract def requestSpotFleetAsync(arg0: RequestSpotFleetRequest, arg1: AsyncHandler[RequestSpotFleetRequest, RequestSpotFleetResult]): Future[RequestSpotFleetResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  562. abstract def requestSpotFleetAsync(arg0: RequestSpotFleetRequest): Future[RequestSpotFleetResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  578. abstract def restoreAddressToClassic(arg0: RestoreAddressToClassicRequest): RestoreAddressToClassicResult

    Permalink
    Definition Classes
    AmazonEC2
    Annotations
    @throws( ... ) @throws( ... )
  579. abstract def restoreAddressToClassicAsync(arg0: RestoreAddressToClassicRequest, arg1: AsyncHandler[RestoreAddressToClassicRequest, RestoreAddressToClassicResult]): Future[RestoreAddressToClassicResult]

    Permalink
    Definition Classes
    AmazonEC2Async
    Annotations
    @throws( ... ) @throws( ... )
  580. abstract def restoreAddressToClassicAsync(arg0: RestoreAddressToClassicRequest): Future[RestoreAddressToClassicResult]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Concrete Value Members

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

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

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

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

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

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

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

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

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

    Permalink
  10. def delete(securityGroup: SecurityGroup): Unit

    Permalink
  11. def delete(keyPair: KeyPair): Unit

    Permalink
  12. def deleteKeyPair(name: String): Unit

    Permalink
  13. def deleteSecurityGroup(name: String): Unit

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

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

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

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

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

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

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

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

    Permalink
  22. def instances: Seq[Instance]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
  25. def keyPairs: Seq[KeyPair]

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

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

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

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

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

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

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

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

    Permalink
  34. def securityGroups: Seq[SecurityGroup]

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

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

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

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

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

    Permalink
  40. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmazonEC2Async

Inherited from AmazonEC2

Inherited from AnyRef

Inherited from Any

Ungrouped