Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileOwnerType
-
Packages that use ProfileOwnerType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileOwnerType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileOwnerType Modifier and Type Method Description static ProfileOwnerTypeProfileOwnerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileOwnerTypeListProfilesRequest. profileOwnerType()Profile owner type.static ProfileOwnerTypeProfileOwnerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileOwnerType[]ProfileOwnerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileOwnerType Modifier and Type Method Description static Set<ProfileOwnerType>ProfileOwnerType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileOwnerType Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. profileOwnerType(ProfileOwnerType profileOwnerType)Profile owner type.
-