| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.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 |
Service.type()
Describes the systems that can be used to discover the service instances.
|
ServiceType |
ServiceSummary.type()
Describes the systems that can be used to discover the service instances.
|
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 |
|---|---|
Service.Builder |
Service.Builder.type(ServiceType type)
Describes the systems that can be used to discover the service instances.
|
ServiceSummary.Builder |
ServiceSummary.Builder.type(ServiceType type)
Describes the systems that can be used to discover the service instances.
|
Copyright © 2021. All rights reserved.