Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateTrunkInterfaceResult> |
AbstractAmazonEC2Async.associateTrunkInterfaceAsync(AssociateTrunkInterfaceRequest request,
AsyncHandler<AssociateTrunkInterfaceRequest,AssociateTrunkInterfaceResult> asyncHandler) |
Future<AssociateTrunkInterfaceResult> |
AmazonEC2AsyncClient.associateTrunkInterfaceAsync(AssociateTrunkInterfaceRequest request,
AsyncHandler<AssociateTrunkInterfaceRequest,AssociateTrunkInterfaceResult> asyncHandler) |
Future<AssociateTrunkInterfaceResult> |
AmazonEC2Async.associateTrunkInterfaceAsync(AssociateTrunkInterfaceRequest associateTrunkInterfaceRequest,
AsyncHandler<AssociateTrunkInterfaceRequest,AssociateTrunkInterfaceResult> asyncHandler)
|
Modifier and Type | Method and Description |
---|---|
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.clone() |
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.withBranchInterfaceId(String branchInterfaceId)
The ID of the branch network interface.
|
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.withGreKey(Integer greKey)
The application key.
|
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.withTrunkInterfaceId(String trunkInterfaceId)
The ID of the trunk network interface.
|
AssociateTrunkInterfaceRequest |
AssociateTrunkInterfaceRequest.withVlanId(Integer vlanId)
The ID of the VLAN.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateTrunkInterfaceRequest> |
AssociateTrunkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.