| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionSummary |
IngestionSummary.clone() |
IngestionSummary |
IngestionSummary.withApp(String app)
The name of the application.
|
IngestionSummary |
IngestionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
|
IngestionSummary |
IngestionSummary.withState(IngestionState state)
The status of the ingestion.
|
IngestionSummary |
IngestionSummary.withState(String state)
The status of the ingestion.
|
IngestionSummary |
IngestionSummary.withTenantId(String tenantId)
The ID of the application tenant.
|
| Modifier and Type | Method and Description |
|---|---|
List<IngestionSummary> |
ListIngestionsResult.getIngestions()
Contains a list of ingestion summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResult |
ListIngestionsResult.withIngestions(IngestionSummary... ingestions)
Contains a list of ingestion summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionsResult.setIngestions(Collection<IngestionSummary> ingestions)
Contains a list of ingestion summaries.
|
ListIngestionsResult |
ListIngestionsResult.withIngestions(Collection<IngestionSummary> ingestions)
Contains a list of ingestion summaries.
|
Copyright © 2024. All rights reserved.