Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AssociationStatus |
AssociationStatus.clone() |
AssociationStatus |
AssociateClientVpnTargetNetworkResult.getStatus()
The current state of the target network association.
|
AssociationStatus |
DisassociateClientVpnTargetNetworkResult.getStatus()
The current state of the target network association.
|
AssociationStatus |
TargetNetwork.getStatus()
The current state of the target network association.
|
AssociationStatus |
AssociationStatus.withCode(AssociationStatusCode code)
The state of the target network association.
|
AssociationStatus |
AssociationStatus.withCode(String code)
The state of the target network association.
|
AssociationStatus |
AssociationStatus.withMessage(String message)
A message about the status of the target network association, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateClientVpnTargetNetworkResult.setStatus(AssociationStatus status)
The current state of the target network association.
|
void |
DisassociateClientVpnTargetNetworkResult.setStatus(AssociationStatus status)
The current state of the target network association.
|
void |
TargetNetwork.setStatus(AssociationStatus status)
The current state of the target network association.
|
AssociateClientVpnTargetNetworkResult |
AssociateClientVpnTargetNetworkResult.withStatus(AssociationStatus status)
The current state of the target network association.
|
DisassociateClientVpnTargetNetworkResult |
DisassociateClientVpnTargetNetworkResult.withStatus(AssociationStatus status)
The current state of the target network association.
|
TargetNetwork |
TargetNetwork.withStatus(AssociationStatus status)
The current state of the target network association.
|
Copyright © 2021. All rights reserved.