Uses of Class
software.amazon.awssdk.services.wellarchitected.model.AdditionalResourceType
-
Packages that use AdditionalResourceType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of AdditionalResourceType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return AdditionalResourceType Modifier and Type Method Description static AdditionalResourceTypeAdditionalResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AdditionalResourceTypeAdditionalResources. type()Type of additional resource for a custom lens.static AdditionalResourceTypeAdditionalResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalResourceType[]AdditionalResourceType. 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 AdditionalResourceType Modifier and Type Method Description static Set<AdditionalResourceType>AdditionalResourceType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type AdditionalResourceType Modifier and Type Method Description AdditionalResources.BuilderAdditionalResources.Builder. type(AdditionalResourceType type)Type of additional resource for a custom lens.
-