| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
FreeTrialInfo |
FreeTrialInfo.clone() |
FreeTrialInfo |
FreeTrialInfo.withEnd(Date end)
The date and time that the Amazon Inspector free trail ends for a given account.
|
FreeTrialInfo |
FreeTrialInfo.withStart(Date start)
The date and time that the Amazon Inspector free trail started for a given account.
|
FreeTrialInfo |
FreeTrialInfo.withStatus(FreeTrialStatus status)
The order to sort results by.
|
FreeTrialInfo |
FreeTrialInfo.withStatus(String status)
The order to sort results by.
|
FreeTrialInfo |
FreeTrialInfo.withType(FreeTrialType type)
The type of scan covered by the Amazon Inspector free trail.
|
FreeTrialInfo |
FreeTrialInfo.withType(String type)
The type of scan covered by the Amazon Inspector free trail.
|
| Modifier and Type | Method and Description |
|---|---|
List<FreeTrialInfo> |
FreeTrialAccountInfo.getFreeTrialInfo()
Contains information about the Amazon Inspector free trial for an account.
|
| Modifier and Type | Method and Description |
|---|---|
FreeTrialAccountInfo |
FreeTrialAccountInfo.withFreeTrialInfo(FreeTrialInfo... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FreeTrialAccountInfo.setFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
FreeTrialAccountInfo |
FreeTrialAccountInfo.withFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
Copyright © 2023. All rights reserved.