|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistrationStatus | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of RegistrationStatus in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return RegistrationStatus | |
---|---|
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. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RegistrationStatus | |
---|---|
void |
ListWorkflowTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list. |
void |
ListDomainsRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list. |
void |
ListActivityTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list. |
void |
WorkflowTypeInfo.setStatus(RegistrationStatus status)
The current status of the workflow type. |
void |
DomainInfo.setStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
void |
ActivityTypeInfo.setStatus(RegistrationStatus status)
The current status of the activity type. |
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list. |
ListDomainsRequest |
ListDomainsRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the domains to list. |
ListActivityTypesRequest |
ListActivityTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list. |
WorkflowTypeInfo |
WorkflowTypeInfo.withStatus(RegistrationStatus status)
The current status of the workflow type. |
DomainInfo |
DomainInfo.withStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
ActivityTypeInfo |
ActivityTypeInfo.withStatus(RegistrationStatus status)
The current status of the activity type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |