| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceType |
GetProviderServiceResponse.providerServiceType()
The type of provider service.
|
ServiceType |
ProviderServiceSummary.providerServiceType()
The type of provider service.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.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<ServiceType> |
ServiceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetProviderServiceResponse.Builder |
GetProviderServiceResponse.Builder.providerServiceType(ServiceType providerServiceType)
The type of provider service.
|
ProviderServiceSummary.Builder |
ProviderServiceSummary.Builder.providerServiceType(ServiceType providerServiceType)
The type of provider service.
|
Copyright © 2023. All rights reserved.