Uses of Class
software.amazon.awssdk.services.config.model.Owner
-
Packages that use Owner Package Description software.amazon.awssdk.services.config.model -
-
Uses of Owner in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Owner Modifier and Type Method Description static OwnerOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OwnerSource. owner()Indicates whether Amazon Web Services or the customer owns and manages the Config rule.static OwnerOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static Owner[]Owner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Owner Modifier and Type Method Description static Set<Owner>Owner. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type Owner Modifier and Type Method Description Source.BuilderSource.Builder. owner(Owner owner)Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
-