| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UseCase |
UseCase.clone() |
UseCase |
UseCase.withUseCaseArn(String useCaseArn)
The Amazon Resource Name (ARN) for the use case.
|
UseCase |
UseCase.withUseCaseId(String useCaseId)
The identifier for the use case.
|
UseCase |
UseCase.withUseCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association.
|
UseCase |
UseCase.withUseCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association.
|
| Modifier and Type | Method and Description |
|---|---|
List<UseCase> |
ListUseCasesResult.getUseCaseSummaryList()
The use cases.
|
| Modifier and Type | Method and Description |
|---|---|
ListUseCasesResult |
ListUseCasesResult.withUseCaseSummaryList(UseCase... useCaseSummaryList)
The use cases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUseCasesResult.setUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
|
ListUseCasesResult |
ListUseCasesResult.withUseCaseSummaryList(Collection<UseCase> useCaseSummaryList)
The use cases.
|
Copyright © 2020. All rights reserved.