Uses of Class
software.amazon.awssdk.services.appflow.model.SupportedDataTransferType
-
Packages that use SupportedDataTransferType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SupportedDataTransferType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SupportedDataTransferType Modifier and Type Method Description static SupportedDataTransferTypeSupportedDataTransferType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SupportedDataTransferTypeSupportedDataTransferType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedDataTransferType[]SupportedDataTransferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SupportedDataTransferType Modifier and Type Method Description static Set<SupportedDataTransferType>SupportedDataTransferType. knownValues()List<SupportedDataTransferType>ConnectorConfiguration. supportedDataTransferTypes()The data transfer types that the connector supports.List<SupportedDataTransferType>ConnectorDetail. supportedDataTransferTypes()The data transfer types that the connector supports.Methods in software.amazon.awssdk.services.appflow.model with parameters of type SupportedDataTransferType Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDataTransferTypes(SupportedDataTransferType... supportedDataTransferTypes)The data transfer types that the connector supports.ConnectorDetail.BuilderConnectorDetail.Builder. supportedDataTransferTypes(SupportedDataTransferType... supportedDataTransferTypes)The data transfer types that the connector supports.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SupportedDataTransferType Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDataTransferTypes(Collection<SupportedDataTransferType> supportedDataTransferTypes)The data transfer types that the connector supports.ConnectorDetail.BuilderConnectorDetail.Builder. supportedDataTransferTypes(Collection<SupportedDataTransferType> supportedDataTransferTypes)The data transfer types that the connector supports.
-