Uses of Class
software.amazon.awssdk.services.inspector2.model.FreeTrialInfoError
-
Packages that use FreeTrialInfoError Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FreeTrialInfoError in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FreeTrialInfoError Modifier and Type Method Description List<FreeTrialInfoError>BatchGetFreeTrialInfoResponse. failedAccounts()An array of objects detailing any accounts that free trial data could not be returned for.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FreeTrialInfoError Modifier and Type Method Description BatchGetFreeTrialInfoResponse.BuilderBatchGetFreeTrialInfoResponse.Builder. failedAccounts(FreeTrialInfoError... failedAccounts)An array of objects detailing any accounts that free trial data could not be returned for.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FreeTrialInfoError Modifier and Type Method Description BatchGetFreeTrialInfoResponse.BuilderBatchGetFreeTrialInfoResponse.Builder. failedAccounts(Collection<FreeTrialInfoError> failedAccounts)An array of objects detailing any accounts that free trial data could not be returned for.
-