| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static UseCaseType |
UseCaseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UseCaseType |
CreateUseCaseRequest.useCaseType()
The type of use case to associate to the integration association.
|
UseCaseType |
UseCase.useCaseType()
The type of use case to associate to the integration association.
|
static UseCaseType |
UseCaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseCaseType[] |
UseCaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UseCaseType> |
UseCaseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUseCaseRequest.Builder |
CreateUseCaseRequest.Builder.useCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association.
|
UseCase.Builder |
UseCase.Builder.useCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association.
|
Copyright © 2022. All rights reserved.