Uses of Class
software.amazon.awssdk.services.inspector2.model.FreeTrialAccountInfo
-
Packages that use FreeTrialAccountInfo Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FreeTrialAccountInfo in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FreeTrialAccountInfo Modifier and Type Method Description List<FreeTrialAccountInfo>BatchGetFreeTrialInfoResponse. accounts()An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FreeTrialAccountInfo Modifier and Type Method Description BatchGetFreeTrialInfoResponse.BuilderBatchGetFreeTrialInfoResponse.Builder. accounts(FreeTrialAccountInfo... accounts)An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FreeTrialAccountInfo Modifier and Type Method Description BatchGetFreeTrialInfoResponse.BuilderBatchGetFreeTrialInfoResponse.Builder. accounts(Collection<FreeTrialAccountInfo> accounts)An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
-