| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static FormTypeStatus |
FormTypeStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FormTypeStatus |
CreateFormTypeRequest.status()
The status of this Amazon DataZone metadata form type.
|
FormTypeStatus |
GetFormTypeResponse.status()
The status of the metadata form type.
|
FormTypeStatus |
FormTypeData.status()
The status of the form type.
|
static FormTypeStatus |
FormTypeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormTypeStatus[] |
FormTypeStatus.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<FormTypeStatus> |
FormTypeStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFormTypeRequest.Builder |
CreateFormTypeRequest.Builder.status(FormTypeStatus status)
The status of this Amazon DataZone metadata form type.
|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.status(FormTypeStatus status)
The status of the metadata form type.
|
FormTypeData.Builder |
FormTypeData.Builder.status(FormTypeStatus status)
The status of the form type.
|
Copyright © 2023. All rights reserved.