Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ApplicationComponentCriteria
-
Packages that use ApplicationComponentCriteria Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of ApplicationComponentCriteria in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return ApplicationComponentCriteria Modifier and Type Method Description ApplicationComponentCriteriaListApplicationComponentsRequest. applicationComponentCriteria()Criteria for filtering the list of application components.static ApplicationComponentCriteriaApplicationComponentCriteria. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationComponentCriteriaApplicationComponentCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationComponentCriteria[]ApplicationComponentCriteria. 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 ApplicationComponentCriteria Modifier and Type Method Description static Set<ApplicationComponentCriteria>ApplicationComponentCriteria. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type ApplicationComponentCriteria Modifier and Type Method Description ListApplicationComponentsRequest.BuilderListApplicationComponentsRequest.Builder. applicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)Criteria for filtering the list of application components.
-