Uses of Interface
software.amazon.awssdk.services.fms.model.ListAdminsManagingAccountResponse.Builder
-
Packages that use ListAdminsManagingAccountResponse.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ListAdminsManagingAccountResponse.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ListAdminsManagingAccountResponse.Builder Modifier and Type Method Description ListAdminsManagingAccountResponse.BuilderListAdminsManagingAccountResponse.Builder. adminAccounts(String... adminAccounts)The list of accounts who manage member accounts within their AdminScope.ListAdminsManagingAccountResponse.BuilderListAdminsManagingAccountResponse.Builder. adminAccounts(Collection<String> adminAccounts)The list of accounts who manage member accounts within their AdminScope.static ListAdminsManagingAccountResponse.BuilderListAdminsManagingAccountResponse. builder()ListAdminsManagingAccountResponse.BuilderListAdminsManagingAccountResponse.Builder. nextToken(String nextToken)When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns aNextTokenvalue in the response.ListAdminsManagingAccountResponse.BuilderListAdminsManagingAccountResponse. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ListAdminsManagingAccountResponse.Builder Modifier and Type Method Description static Class<? extends ListAdminsManagingAccountResponse.Builder>ListAdminsManagingAccountResponse. serializableBuilderClass()
-