| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceTypeOption |
ServiceTypeOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceTypeOption |
CreateServiceRequest.type()
If present, specifies that the service instances are only discoverable using the
DiscoverInstances
API operation. |
static ServiceTypeOption |
ServiceTypeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceTypeOption[] |
ServiceTypeOption.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<ServiceTypeOption> |
ServiceTypeOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.type(ServiceTypeOption type)
If present, specifies that the service instances are only discoverable using the
DiscoverInstances API operation. |
Copyright © 2021. All rights reserved.