Uses of Interface
software.amazon.awssdk.services.inspector2.model.GetDelegatedAdminAccountResponse.Builder
-
Packages that use GetDelegatedAdminAccountResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of GetDelegatedAdminAccountResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return GetDelegatedAdminAccountResponse.Builder Modifier and Type Method Description static GetDelegatedAdminAccountResponse.BuilderGetDelegatedAdminAccountResponse. builder()default GetDelegatedAdminAccountResponse.BuilderGetDelegatedAdminAccountResponse.Builder. delegatedAdmin(Consumer<DelegatedAdmin.Builder> delegatedAdmin)The Amazon Web Services account ID of the Amazon Inspector delegated administrator.GetDelegatedAdminAccountResponse.BuilderGetDelegatedAdminAccountResponse.Builder. delegatedAdmin(DelegatedAdmin delegatedAdmin)The Amazon Web Services account ID of the Amazon Inspector delegated administrator.GetDelegatedAdminAccountResponse.BuilderGetDelegatedAdminAccountResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type GetDelegatedAdminAccountResponse.Builder Modifier and Type Method Description static Class<? extends GetDelegatedAdminAccountResponse.Builder>GetDelegatedAdminAccountResponse. serializableBuilderClass()
-