| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationStatus |
RegistrationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegistrationStatus |
ListWorkflowTypesRequest.registrationStatus()
Specifies the registration status of the workflow types to list.
|
RegistrationStatus |
ListDomainsRequest.registrationStatus()
Specifies the registration status of the domains to list.
|
RegistrationStatus |
ListActivityTypesRequest.registrationStatus()
Specifies the registration status of the activity types to list.
|
RegistrationStatus |
DomainInfo.status()
The status of the domain:
|
RegistrationStatus |
WorkflowTypeInfo.status()
The current status of the workflow type.
|
RegistrationStatus |
ActivityTypeInfo.status()
The current status of the activity type.
|
static RegistrationStatus |
RegistrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationStatus[] |
RegistrationStatus.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<RegistrationStatus> |
RegistrationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowTypesRequest.Builder |
ListWorkflowTypesRequest.Builder.registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list.
|
ListActivityTypesRequest.Builder |
ListActivityTypesRequest.Builder.registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
|
DomainInfo.Builder |
DomainInfo.Builder.status(RegistrationStatus status)
The status of the domain:
|
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.status(RegistrationStatus status)
The current status of the workflow type.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.status(RegistrationStatus status)
The current status of the activity type.
|
Copyright © 2023. All rights reserved.