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