Uses of Interface
software.amazon.awssdk.services.inspector2.model.DelegatedAdminAccount.Builder
-
Packages that use DelegatedAdminAccount.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of DelegatedAdminAccount.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return DelegatedAdminAccount.Builder Modifier and Type Method Description DelegatedAdminAccount.BuilderDelegatedAdminAccount.Builder. accountId(String accountId)The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.static DelegatedAdminAccount.BuilderDelegatedAdminAccount. builder()DelegatedAdminAccount.BuilderDelegatedAdminAccount.Builder. status(String status)The status of the Amazon Inspector delegated administrator.DelegatedAdminAccount.BuilderDelegatedAdminAccount.Builder. status(DelegatedAdminStatus status)The status of the Amazon Inspector delegated administrator.DelegatedAdminAccount.BuilderDelegatedAdminAccount. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type DelegatedAdminAccount.Builder Modifier and Type Method Description static Class<? extends DelegatedAdminAccount.Builder>DelegatedAdminAccount. serializableBuilderClass()
-