Uses of Interface
software.amazon.awssdk.services.inspector2.model.FreeTrialInfo.Builder
-
Packages that use FreeTrialInfo.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FreeTrialInfo.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return FreeTrialInfo.Builder Modifier and Type Method Description static FreeTrialInfo.BuilderFreeTrialInfo. builder()FreeTrialInfo.BuilderFreeTrialInfo.Builder. end(Instant end)The date and time that the Amazon Inspector free trail ends for a given account.FreeTrialInfo.BuilderFreeTrialInfo.Builder. start(Instant start)The date and time that the Amazon Inspector free trail started for a given account.FreeTrialInfo.BuilderFreeTrialInfo.Builder. status(String status)The order to sort results by.FreeTrialInfo.BuilderFreeTrialInfo.Builder. status(FreeTrialStatus status)The order to sort results by.FreeTrialInfo.BuilderFreeTrialInfo. toBuilder()FreeTrialInfo.BuilderFreeTrialInfo.Builder. type(String type)The type of scan covered by the Amazon Inspector free trail.FreeTrialInfo.BuilderFreeTrialInfo.Builder. type(FreeTrialType type)The type of scan covered by the Amazon Inspector free trail.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FreeTrialInfo.Builder Modifier and Type Method Description static Class<? extends FreeTrialInfo.Builder>FreeTrialInfo. serializableBuilderClass()
-