Uses of Class
software.amazon.awssdk.services.inspector2.model.FreeTrialInfo
-
Packages that use FreeTrialInfo Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FreeTrialInfo in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FreeTrialInfo Modifier and Type Method Description List<FreeTrialInfo>FreeTrialAccountInfo. freeTrialInfo()Contains information about the Amazon Inspector free trial for an account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FreeTrialInfo Modifier and Type Method Description FreeTrialAccountInfo.BuilderFreeTrialAccountInfo.Builder. freeTrialInfo(FreeTrialInfo... freeTrialInfo)Contains information about the Amazon Inspector free trial for an account.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FreeTrialInfo Modifier and Type Method Description FreeTrialAccountInfo.BuilderFreeTrialAccountInfo.Builder. freeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)Contains information about the Amazon Inspector free trial for an account.
-