| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<WriteOperationType> |
ImmutableDescribeConnectorConfigurationResponse.supportedWriteOperations()
Write Operations supported by Connector.
|
default List<WriteOperationType> |
DescribeConnectorConfigurationResponse.supportedWriteOperations()
Write Operations supported by Connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addSupportedWriteOperations(WriteOperationType... elements)
Adds elements to
supportedWriteOperations list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addSupportedWriteOperations(WriteOperationType element)
Adds one element to
supportedWriteOperations list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withSupportedWriteOperations(WriteOperationType... elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addAllSupportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Adds elements to
supportedWriteOperations list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.supportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Sets or replaces all elements for
supportedWriteOperations list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withSupportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<WriteOperationType> |
ImmutableWriteOperationProperty.supportedWriteOperations()
A list of supported write operations.
|
List<WriteOperationType> |
WriteOperationProperty.supportedWriteOperations()
A list of supported write operations.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteOperationProperty.Builder |
ImmutableWriteOperationProperty.Builder.addSupportedWriteOperations(WriteOperationType... elements)
Adds elements to
supportedWriteOperations list. |
ImmutableWriteOperationProperty.Builder |
ImmutableWriteOperationProperty.Builder.addSupportedWriteOperations(WriteOperationType element)
Adds one element to
supportedWriteOperations list. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withSupportedWriteOperations(WriteOperationType... elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableWriteOperationProperty.Builder |
ImmutableWriteOperationProperty.Builder.addAllSupportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Adds elements to
supportedWriteOperations list. |
ImmutableWriteOperationProperty.Builder |
ImmutableWriteOperationProperty.Builder.supportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Sets or replaces all elements for
supportedWriteOperations list. |
ImmutableWriteOperationProperty |
ImmutableWriteOperationProperty.withSupportedWriteOperations(Iterable<? extends WriteOperationType> elements)
Copy the current immutable object with elements that replace the content of
supportedWriteOperations. |
| Modifier and Type | Method and Description |
|---|---|
WriteOperationType |
ImmutableWriteDataRequest.operation()
Write operation type needs to be called.
|
WriteOperationType |
WriteDataRequest.operation()
Write operation type needs to be called.
|
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 |
|---|---|
ImmutableWriteDataRequest.Builder |
ImmutableWriteDataRequest.Builder.operation(WriteOperationType operation)
Initializes the value for the
operation attribute. |
ImmutableWriteDataRequest |
ImmutableWriteDataRequest.withOperation(WriteOperationType value)
Copy the current immutable object by setting a value for the
operation attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.