Uses of Interface
software.amazon.awssdk.services.guardduty.model.Account.Builder
-
Packages that use Account.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Account.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Account.Builder Modifier and Type Method Description static Account.BuilderAccount. builder()Account.BuilderAccount.Builder. name(String name)Name of the member's Amazon Web Services account.Account.BuilderAccount. toBuilder()Account.BuilderAccount.Builder. uid(String uid)ID of the member's Amazon Web Services accountMethods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Account.Builder Modifier and Type Method Description static Class<? extends Account.Builder>Account. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Account.Builder Modifier and Type Method Description default User.BuilderUser.Builder. account(Consumer<Account.Builder> account)Contains information about the Amazon Web Services account.
-