| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.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 |
CreateDomainConfigurationRequest.serviceType()
The type of service delivered by the endpoint.
|
ServiceType |
ListDomainConfigurationsRequest.serviceType()
The type of service delivered by the endpoint.
|
ServiceType |
DomainConfigurationSummary.serviceType()
The type of service delivered by the endpoint.
|
ServiceType |
DescribeDomainConfigurationResponse.serviceType()
The type of service delivered by the endpoint.
|
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 |
|---|---|
CreateDomainConfigurationRequest.Builder |
CreateDomainConfigurationRequest.Builder.serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
ListDomainConfigurationsRequest.Builder |
ListDomainConfigurationsRequest.Builder.serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
DomainConfigurationSummary.Builder |
DomainConfigurationSummary.Builder.serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
DescribeDomainConfigurationResponse.Builder |
DescribeDomainConfigurationResponse.Builder.serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
Copyright © 2022. All rights reserved.