Uses of Enum
software.amazon.awssdk.services.cloudformation.model.RegistrationStatus
Packages that use RegistrationStatus
-
Uses of RegistrationStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegistrationStatusModifier and TypeMethodDescriptionstatic RegistrationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RegistrationStatusDescribeTypeRegistrationResponse.progressStatus()The current status of the extension registration request.final RegistrationStatusListTypeRegistrationsRequest.registrationStatusFilter()The current status of the extension registration request.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RegistrationStatusModifier and TypeMethodDescriptionstatic Set<RegistrationStatus>RegistrationStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RegistrationStatusModifier and TypeMethodDescriptionDescribeTypeRegistrationResponse.Builder.progressStatus(RegistrationStatus progressStatus) The current status of the extension registration request.ListTypeRegistrationsRequest.Builder.registrationStatusFilter(RegistrationStatus registrationStatusFilter) The current status of the extension registration request.