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