Uses of Class
software.amazon.awssdk.services.connect.model.UseCaseType
-
Packages that use UseCaseType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UseCaseType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UseCaseType Modifier and Type Method Description static UseCaseTypeUseCaseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UseCaseTypeCreateUseCaseRequest. useCaseType()The type of use case to associate to the integration association.UseCaseTypeUseCase. useCaseType()The type of use case to associate to the integration association.static UseCaseTypeUseCaseType. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UseCaseType Modifier and Type Method Description static Set<UseCaseType>UseCaseType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type UseCaseType Modifier and Type Method Description CreateUseCaseRequest.BuilderCreateUseCaseRequest.Builder. useCaseType(UseCaseType useCaseType)The type of use case to associate to the integration association.UseCase.BuilderUseCase.Builder. useCaseType(UseCaseType useCaseType)The type of use case to associate to the integration association.
-