Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
static RegistrationStatus |
RegistrationStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ListWorkflowTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
|
void |
ListActivityTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
|
void |
ListDomainsRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list.
|
void |
ActivityTypeInfo.setStatus(RegistrationStatus status)
The current status of the activity type.
|
void |
DomainInfo.setStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is
properly registered and available.
|
void |
WorkflowTypeInfo.setStatus(RegistrationStatus status)
The current status of the workflow type.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
|
ListDomainsRequest |
ListDomainsRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(RegistrationStatus status)
The current status of the activity type.
|
DomainInfo |
DomainInfo.withStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is
properly registered and available.
|
WorkflowTypeInfo |
WorkflowTypeInfo.withStatus(RegistrationStatus status)
The current status of the workflow type.
|
Copyright © 2014. All rights reserved.