Uses of Interface
software.amazon.awssdk.services.detective.model.NewAsoDetail.Builder
-
Packages that use NewAsoDetail.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of NewAsoDetail.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return NewAsoDetail.Builder Modifier and Type Method Description NewAsoDetail.BuilderNewAsoDetail.Builder. aso(String aso)Details about the new Autonomous System Organization (ASO).static NewAsoDetail.BuilderNewAsoDetail. builder()NewAsoDetail.BuilderNewAsoDetail.Builder. isNewForEntireAccount(Boolean isNewForEntireAccount)Checks if the ASO is for new for the entire account.NewAsoDetail.BuilderNewAsoDetail. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type NewAsoDetail.Builder Modifier and Type Method Description static Class<? extends NewAsoDetail.Builder>NewAsoDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type NewAsoDetail.Builder Modifier and Type Method Description default IndicatorDetail.BuilderIndicatorDetail.Builder. newAsoDetail(Consumer<NewAsoDetail.Builder> newAsoDetail)Contains details about the new Autonomous System Organization (ASO).
-