Uses of Enum
com.amazonaws.services.simpleworkflow.model.RegistrationStatus
Packages that use RegistrationStatus
-
Uses of RegistrationStatus in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type RegistrationStatus in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return RegistrationStatusModifier and TypeMethodDescriptionstatic RegistrationStatusUse this in place of valueOf.static RegistrationStatusReturns 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 TypeMethodDescriptionvoidListActivityTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus) Specifies the registration status of the activity types to list.voidListDomainsRequest.setRegistrationStatus(RegistrationStatus registrationStatus) Specifies the registration status of the domains to list.voidListWorkflowTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus) Specifies the registration status of the workflow types to list.voidActivityTypeInfo.setStatus(RegistrationStatus status) The current status of the activity type.voidDomainInfo.setStatus(RegistrationStatus status) The status of the domain:voidWorkflowTypeInfo.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.