| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.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 |
ListServiceVersionsRequest.serviceName()
The name of the service for which you're requesting supported versions.
|
ServiceName |
ListServiceVersionsResponse.serviceName()
The name of the service for which the system provided supported versions.
|
ServiceName |
DependentService.serviceName()
The name of the dependent 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()
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsRequest.Builder |
ListServiceVersionsRequest.Builder.serviceName(ServiceName serviceName)
The name of the service for which you're requesting supported versions.
|
ListServiceVersionsResponse.Builder |
ListServiceVersionsResponse.Builder.serviceName(ServiceName serviceName)
The name of the service for which the system provided supported versions.
|
DependentService.Builder |
DependentService.Builder.serviceName(ServiceName serviceName)
The name of the dependent service.
|
Copyright © 2023. All rights reserved.