Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ResourceSubType
-
Packages that use ResourceSubType Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of ResourceSubType in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ResourceSubType Modifier and Type Method Description static ResourceSubTypeResourceSubType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceSubTypeApplicationComponentDetail. resourceSubType()The application component subtype.static ResourceSubTypeResourceSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceSubType[]ResourceSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type ResourceSubType Modifier and Type Method Description static Set<ResourceSubType>ResourceSubType. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ResourceSubType Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. resourceSubType(ResourceSubType resourceSubType)The application component subtype.
-