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