| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
FlowAssociationSummary |
FlowAssociationSummary.clone() |
FlowAssociationSummary |
FlowAssociationSummary.withFlowId(String flowId)
The identifier of the flow.
|
FlowAssociationSummary |
FlowAssociationSummary.withResourceId(String resourceId)
The identifier of the resource.
|
FlowAssociationSummary |
FlowAssociationSummary.withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
FlowAssociationSummary |
FlowAssociationSummary.withResourceType(String resourceType)
The type of resource association.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowAssociationSummary> |
ListFlowAssociationsResult.getFlowAssociationSummaryList()
Summary of flow associations.
|
List<FlowAssociationSummary> |
BatchGetFlowAssociationResult.getFlowAssociationSummaryList()
Information about flow associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowAssociationsResult |
ListFlowAssociationsResult.withFlowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Summary of flow associations.
|
BatchGetFlowAssociationResult |
BatchGetFlowAssociationResult.withFlowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Information about flow associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowAssociationsResult.setFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Summary of flow associations.
|
void |
BatchGetFlowAssociationResult.setFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
|
ListFlowAssociationsResult |
ListFlowAssociationsResult.withFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Summary of flow associations.
|
BatchGetFlowAssociationResult |
BatchGetFlowAssociationResult.withFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
|
Copyright © 2024. All rights reserved.