Uses of Interface
software.amazon.awssdk.services.fms.model.ListAdminAccountsForOrganizationRequest.Builder
-
Packages that use ListAdminAccountsForOrganizationRequest.Builder Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.model -
-
Uses of ListAdminAccountsForOrganizationRequest.Builder in software.amazon.awssdk.services.fms
-
Uses of ListAdminAccountsForOrganizationRequest.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ListAdminAccountsForOrganizationRequest.Builder Modifier and Type Method Description static ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest. builder()ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest.Builder. maxResults(Integer maxResults)The maximum number of objects that you want Firewall Manager to return for this request.ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest.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.ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAdminAccountsForOrganizationRequest.BuilderListAdminAccountsForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ListAdminAccountsForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends ListAdminAccountsForOrganizationRequest.Builder>ListAdminAccountsForOrganizationRequest. serializableBuilderClass()
-