Uses of Class
software.amazon.awssdk.services.route53profiles.model.ProfileStatus
-
Packages that use ProfileStatus Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of ProfileStatus in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ProfileStatus Modifier and Type Method Description static ProfileStatusProfileStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileStatusProfile. status()The status for the Profile.ProfileStatusProfileAssociation. status()Status of the Profile association.ProfileStatusProfileResourceAssociation. status()Status of the Profile resource association.static ProfileStatusProfileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileStatus[]ProfileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ProfileStatus Modifier and Type Method Description static Set<ProfileStatus>ProfileStatus. knownValues()Methods in software.amazon.awssdk.services.route53profiles.model with parameters of type ProfileStatus Modifier and Type Method Description Profile.BuilderProfile.Builder. status(ProfileStatus status)The status for the Profile.ProfileAssociation.BuilderProfileAssociation.Builder. status(ProfileStatus status)Status of the Profile association.ProfileResourceAssociation.BuilderProfileResourceAssociation.Builder. status(ProfileStatus status)Status of the Profile resource association.
-