Uses of Class
software.amazon.awssdk.services.swf.model.RegistrationStatus
-
Packages that use RegistrationStatus Package Description software.amazon.awssdk.services.swf.model -
-
Uses of RegistrationStatus in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return RegistrationStatus Modifier and Type Method Description static RegistrationStatusRegistrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegistrationStatusListActivityTypesRequest. registrationStatus()Specifies the registration status of the activity types to list.RegistrationStatusListDomainsRequest. registrationStatus()Specifies the registration status of the domains to list.RegistrationStatusListWorkflowTypesRequest. registrationStatus()Specifies the registration status of the workflow types to list.RegistrationStatusActivityTypeInfo. status()The current status of the activity type.RegistrationStatusDomainInfo. status()The status of the domain:RegistrationStatusWorkflowTypeInfo. status()The current status of the workflow type.static RegistrationStatusRegistrationStatus. 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 software.amazon.awssdk.services.swf.model that return types with arguments of type RegistrationStatus Modifier and Type Method Description static Set<RegistrationStatus>RegistrationStatus. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type RegistrationStatus Modifier and Type Method Description ListActivityTypesRequest.BuilderListActivityTypesRequest.Builder. registrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the activity types to list.ListDomainsRequest.BuilderListDomainsRequest.Builder. registrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the domains to list.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. registrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the workflow types to list.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. status(RegistrationStatus status)The current status of the activity type.DomainInfo.BuilderDomainInfo.Builder. status(RegistrationStatus status)The status of the domain:WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. status(RegistrationStatus status)The current status of the workflow type.
-