Uses of Interface
software.amazon.awssdk.services.detective.model.ListOrganizationAdminAccountsRequest.Builder
-
Packages that use ListOrganizationAdminAccountsRequest.Builder Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.model -
-
Uses of ListOrganizationAdminAccountsRequest.Builder in software.amazon.awssdk.services.detective
-
Uses of ListOrganizationAdminAccountsRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return ListOrganizationAdminAccountsRequest.Builder Modifier and Type Method Description static ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest. builder()ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. nextToken(String nextToken)For requests to get the next page of results, the pagination token that was returned with the previous set of results.ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type ListOrganizationAdminAccountsRequest.Builder Modifier and Type Method Description static Class<? extends ListOrganizationAdminAccountsRequest.Builder>ListOrganizationAdminAccountsRequest. serializableBuilderClass()
-