Uses of Class
software.amazon.awssdk.services.snowball.model.ImpactLevel
-
Packages that use ImpactLevel Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ImpactLevel in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ImpactLevel Modifier and Type Method Description static ImpactLevelImpactLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImpactLevelCreateJobRequest. impactLevel()The highest impact level of data that will be stored or processed on the device, provided at job creation.ImpactLevelJobMetadata. impactLevel()The highest impact level of data that will be stored or processed on the device, provided at job creation.static ImpactLevelImpactLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpactLevel[]ImpactLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ImpactLevel Modifier and Type Method Description static Set<ImpactLevel>ImpactLevel. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type ImpactLevel Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. impactLevel(ImpactLevel impactLevel)The highest impact level of data that will be stored or processed on the device, provided at job creation.JobMetadata.BuilderJobMetadata.Builder. impactLevel(ImpactLevel impactLevel)The highest impact level of data that will be stored or processed on the device, provided at job creation.
-