| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
RegistrationOutput |
RegistrationOutput.clone() |
RegistrationOutput |
MetadataCatalogDetail.getPartitionRegistrationOutput()
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
RegistrationOutput |
MetadataCatalogDetail.getTableRegistrationOutput()
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
|
RegistrationOutput |
RegistrationOutput.withMessage(String message)
Explains the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput |
RegistrationOutput.withResult(String result)
Indicates the number of resources that Amazon AppFlow created or updated.
|
RegistrationOutput |
RegistrationOutput.withStatus(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput |
RegistrationOutput.withStatus(String status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCatalogDetail.setPartitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
void |
MetadataCatalogDetail.setTableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withPartitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withTableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
|
Copyright © 2024. All rights reserved.