| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static WriteOperationType |
WriteOperationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
WriteOperationType |
CustomConnectorDestinationProperties.writeOperationType()
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
WriteOperationType |
ZendeskDestinationProperties.writeOperationType()
Returns the value of the WriteOperationType property for this object.
|
WriteOperationType |
SAPODataDestinationProperties.writeOperationType()
Returns the value of the WriteOperationType property for this object.
|
WriteOperationType |
SalesforceDestinationProperties.writeOperationType()
This specifies the type of write operation to be performed in Salesforce.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of write operations supported by the connector.
|
DestinationFieldProperties.Builder |
DestinationFieldProperties.Builder.supportedWriteOperations(WriteOperationType... supportedWriteOperations)
A list of supported write operations.
|
CustomConnectorDestinationProperties.Builder |
CustomConnectorDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType)
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
ZendeskDestinationProperties.Builder |
ZendeskDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
SAPODataDestinationProperties.Builder |
SAPODataDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType)
Sets the value of the WriteOperationType property for this object.
|
SalesforceDestinationProperties.Builder |
SalesforceDestinationProperties.Builder.writeOperationType(WriteOperationType writeOperationType)
This specifies the type of write operation to be performed in Salesforce.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)
A list of write operations supported by the connector.
|
DestinationFieldProperties.Builder |
DestinationFieldProperties.Builder.supportedWriteOperations(Collection<WriteOperationType> supportedWriteOperations)
A list of supported write operations.
|
Copyright © 2022. All rights reserved.