Uses of Class
software.amazon.awssdk.services.guardduty.model.AccountFreeTrialInfo
-
Packages that use AccountFreeTrialInfo Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AccountFreeTrialInfo in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AccountFreeTrialInfo Modifier and Type Method Description List<AccountFreeTrialInfo>GetRemainingFreeTrialDaysResponse. accounts()The member accounts which were included in a request and were processed successfully.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type AccountFreeTrialInfo Modifier and Type Method Description GetRemainingFreeTrialDaysResponse.BuilderGetRemainingFreeTrialDaysResponse.Builder. accounts(AccountFreeTrialInfo... accounts)The member accounts which were included in a request and were processed successfully.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type AccountFreeTrialInfo Modifier and Type Method Description GetRemainingFreeTrialDaysResponse.BuilderGetRemainingFreeTrialDaysResponse.Builder. accounts(Collection<AccountFreeTrialInfo> accounts)The member accounts which were included in a request and were processed successfully.
-