Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.Tenancy
-
Packages that use Tenancy Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of Tenancy in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return Tenancy Modifier and Type Method Description static TenancyTenancy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TenancyEc2RecommendationsExportPreferences. tenancy()The target tenancy to use for your recommended EC2 instances.static TenancyTenancy. valueOf(String name)Returns the enum constant of this type with the specified name.static Tenancy[]Tenancy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type Tenancy Modifier and Type Method Description static Set<Tenancy>Tenancy. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type Tenancy Modifier and Type Method Description Ec2RecommendationsExportPreferences.BuilderEc2RecommendationsExportPreferences.Builder. tenancy(Tenancy tenancy)The target tenancy to use for your recommended EC2 instances.
-