| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.accounts(Collection<FreeTrialAccountInfo> accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.accounts(Consumer<FreeTrialAccountInfo.Builder>... accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.accounts(FreeTrialAccountInfo... accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
static BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.builder() |
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.failedAccounts(Collection<FreeTrialInfoError> failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.failedAccounts(Consumer<FreeTrialInfoError.Builder>... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.Builder.failedAccounts(FreeTrialInfoError... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResponse.Builder |
BatchGetFreeTrialInfoResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetFreeTrialInfoResponse.Builder> |
BatchGetFreeTrialInfoResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.