Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegistrationStatus
-
Packages that use RegistrationStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RegistrationStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.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.RegistrationStatusDescribeTypeRegistrationResponse. progressStatus()The current status of the extension registration request.RegistrationStatusListTypeRegistrationsRequest. registrationStatusFilter()The current status of the extension registration request.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.cloudformation.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.cloudformation.model with parameters of type RegistrationStatus Modifier and Type Method Description DescribeTypeRegistrationResponse.BuilderDescribeTypeRegistrationResponse.Builder. progressStatus(RegistrationStatus progressStatus)The current status of the extension registration request.ListTypeRegistrationsRequest.BuilderListTypeRegistrationsRequest.Builder. registrationStatusFilter(RegistrationStatus registrationStatusFilter)The current status of the extension registration request.
-