| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.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 |
ImportBackendStorageRequest.serviceName()
The name of the storage service.
|
ServiceName |
DeleteBackendStorageRequest.serviceName()
The name of the storage service.
|
ServiceName |
UpdateBackendStorageResourceConfig.serviceName()
The name of the storage service.
|
ServiceName |
CreateBackendStorageResourceConfig.serviceName()
The name of the storage service.
|
ServiceName |
GetBackendStorageResourceConfig.serviceName()
The name of the storage 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 |
|---|---|
ImportBackendStorageRequest.Builder |
ImportBackendStorageRequest.Builder.serviceName(ServiceName serviceName)
The name of the storage service.
|
DeleteBackendStorageRequest.Builder |
DeleteBackendStorageRequest.Builder.serviceName(ServiceName serviceName)
The name of the storage service.
|
UpdateBackendStorageResourceConfig.Builder |
UpdateBackendStorageResourceConfig.Builder.serviceName(ServiceName serviceName)
The name of the storage service.
|
CreateBackendStorageResourceConfig.Builder |
CreateBackendStorageResourceConfig.Builder.serviceName(ServiceName serviceName)
The name of the storage service.
|
GetBackendStorageResourceConfig.Builder |
GetBackendStorageResourceConfig.Builder.serviceName(ServiceName serviceName)
The name of the storage service.
|
Copyright © 2023. All rights reserved.