| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static WriteOperationType |
WriteOperationType.fromValue(String value)
Use this in place of valueOf.
|
static WriteOperationType |
WriteOperationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of write operations supported by the connector.
|
DestinationFieldProperties |
DestinationFieldProperties.withSupportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of supported write operations.
|
CustomConnectorDestinationProperties |
CustomConnectorDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
ZendeskDestinationProperties |
ZendeskDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType) |
SAPODataDestinationProperties |
SAPODataDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType) |
SalesforceDestinationProperties |
SalesforceDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType)
This specifies the type of write operation to be performed in Salesforce.
|
Copyright © 2022. All rights reserved.