Uses of Class
software.amazon.awssdk.services.appflow.model.WriteOperationType
-
Packages that use WriteOperationType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of WriteOperationType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return WriteOperationType Modifier and Type Method Description static WriteOperationTypeWriteOperationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WriteOperationTypeWriteOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static WriteOperationType[]WriteOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.WriteOperationTypeCustomConnectorDestinationProperties. writeOperationType()Specifies the type of write operation to be performed in the custom connector when it's used as destination.WriteOperationTypeSalesforceDestinationProperties. writeOperationType()This specifies the type of write operation to be performed in Salesforce.WriteOperationTypeSAPODataDestinationProperties. writeOperationType()Returns the value of the WriteOperationType property for this object.WriteOperationTypeZendeskDestinationProperties. writeOperationType()Returns the value of the WriteOperationType property for this object.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type WriteOperationType Modifier and Type Method Description static Set<WriteOperationType>WriteOperationType. knownValues()List<WriteOperationType>ConnectorConfiguration. supportedWriteOperations()A list of write operations supported by the connector.List<WriteOperationType>DestinationFieldProperties. supportedWriteOperations()A list of supported write operations.Methods in software.amazon.awssdk.services.appflow.model with parameters of type WriteOperationType Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedWriteOperations(WriteOperationType... supportedWriteOperations)A list of write operations supported by the connector.DestinationFieldProperties.BuilderDestinationFieldProperties.Builder. supportedWriteOperations(WriteOperationType... supportedWriteOperations)A list of supported write operations.CustomConnectorDestinationProperties.BuilderCustomConnectorDestinationProperties.Builder. writeOperationType(WriteOperationType writeOperationType)Specifies the type of write operation to be performed in the custom connector when it's used as destination.SalesforceDestinationProperties.BuilderSalesforceDestinationProperties.Builder. writeOperationType(WriteOperationType writeOperationType)This specifies the type of write operation to be performed in Salesforce.SAPODataDestinationProperties.BuilderSAPODataDestinationProperties.Builder. writeOperationType(WriteOperationType writeOperationType)Sets the value of the WriteOperationType property for this object.ZendeskDestinationProperties.BuilderZendeskDestinationProperties.Builder. writeOperationType(WriteOperationType writeOperationType)Sets the value of the WriteOperationType property for this object.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type WriteOperationType Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)A list of write operations supported by the connector.DestinationFieldProperties.BuilderDestinationFieldProperties.Builder. supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)A list of supported write operations.
-