Uses of Class
software.amazon.awssdk.services.transfer.model.TransferTableStatus
-
Packages that use TransferTableStatus Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of TransferTableStatus in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return TransferTableStatus Modifier and Type Method Description static TransferTableStatusTransferTableStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransferTableStatusConnectorFileTransferResult. statusCode()The current status for the transfer.static TransferTableStatusTransferTableStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferTableStatus[]TransferTableStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type TransferTableStatus Modifier and Type Method Description static Set<TransferTableStatus>TransferTableStatus. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type TransferTableStatus Modifier and Type Method Description ConnectorFileTransferResult.BuilderConnectorFileTransferResult.Builder. statusCode(TransferTableStatus statusCode)The current status for the transfer.
-