Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DisassociateTrunkInterfaceResult> |
AbstractAmazonEC2Async.disassociateTrunkInterfaceAsync(DisassociateTrunkInterfaceRequest request,
AsyncHandler<DisassociateTrunkInterfaceRequest,DisassociateTrunkInterfaceResult> asyncHandler) |
Future<DisassociateTrunkInterfaceResult> |
AmazonEC2AsyncClient.disassociateTrunkInterfaceAsync(DisassociateTrunkInterfaceRequest request,
AsyncHandler<DisassociateTrunkInterfaceRequest,DisassociateTrunkInterfaceResult> asyncHandler) |
Future<DisassociateTrunkInterfaceResult> |
AmazonEC2Async.disassociateTrunkInterfaceAsync(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest,
AsyncHandler<DisassociateTrunkInterfaceRequest,DisassociateTrunkInterfaceResult> asyncHandler)
Removes an association between a branch network interface with a trunk network interface.
|
Modifier and Type | Method and Description |
---|---|
DisassociateTrunkInterfaceRequest |
DisassociateTrunkInterfaceRequest.clone() |
DisassociateTrunkInterfaceRequest |
DisassociateTrunkInterfaceRequest.withAssociationId(String associationId)
The ID of the association
|
DisassociateTrunkInterfaceRequest |
DisassociateTrunkInterfaceRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Modifier and Type | Method and Description |
---|---|
Request<DisassociateTrunkInterfaceRequest> |
DisassociateTrunkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.