| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceName |
ServiceName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceName |
ServiceHealth.serviceName()
The name of the Amazon Web Services service.
|
static ServiceName |
ServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceName[] |
ServiceName.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<ServiceName> |
ServiceName.knownValues()
|
List<ServiceName> |
ServiceCollection.serviceNames()
An array of strings that each specifies the name of an Amazon Web Services service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceHealth.Builder |
ServiceHealth.Builder.serviceName(ServiceName serviceName)
The name of the Amazon Web Services service.
|
ServiceCollection.Builder |
ServiceCollection.Builder.serviceNames(ServiceName... serviceNames)
An array of strings that each specifies the name of an Amazon Web Services service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCollection.Builder |
ServiceCollection.Builder.serviceNames(Collection<ServiceName> serviceNames)
An array of strings that each specifies the name of an Amazon Web Services service.
|
Copyright © 2023. All rights reserved.