Uses of Enum
com.amazonaws.services.simpleworkflow.model.RegistrationStatus
Packages that use RegistrationStatus
-
Uses of RegistrationStatus in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RegistrationStatusModifier and TypeMethodDescriptionstatic RegistrationStatus
Use this in place of valueOf.static RegistrationStatus
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 RegistrationStatusModifier and TypeMethodDescriptionvoid
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
ListWorkflowTypesRequest.setRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the workflow types to list.void
ActivityTypeInfo.setStatus
(RegistrationStatus status) The current status of the activity type.void
DomainInfo.setStatus
(RegistrationStatus status) The status of the domain:void
WorkflowTypeInfo.setStatus
(RegistrationStatus status) The current status of the workflow type.ListActivityTypesRequest.withRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the activity types to list.ListDomainsRequest.withRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the domains to list.ListWorkflowTypesRequest.withRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the workflow types to list.ActivityTypeInfo.withStatus
(RegistrationStatus status) The current status of the activity type.DomainInfo.withStatus
(RegistrationStatus status) The status of the domain:WorkflowTypeInfo.withStatus
(RegistrationStatus status) The current status of the workflow type.