Uses of Interface
software.amazon.awssdk.services.securityhub.model.UserAccount.Builder
-
Packages that use UserAccount.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of UserAccount.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return UserAccount.Builder Modifier and Type Method Description static UserAccount.BuilderUserAccount. builder()UserAccount.BuilderUserAccount.Builder. name(String name)The name of the user account involved in the attack sequence.UserAccount.BuilderUserAccount. toBuilder()UserAccount.BuilderUserAccount.Builder. uid(String uid)The unique identifier of the user account involved in the attack sequence.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UserAccount.Builder Modifier and Type Method Description static Class<? extends UserAccount.Builder>UserAccount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type UserAccount.Builder Modifier and Type Method Description default ActorUser.BuilderActorUser.Builder. account(Consumer<UserAccount.Builder> account)The account of the threat actor.
-