Uses of Interface
software.amazon.awssdk.services.guardduty.model.ListOrganizationAdminAccountsRequest.Builder
-
Packages that use ListOrganizationAdminAccountsRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.model -
-
Uses of ListOrganizationAdminAccountsRequest.Builder in software.amazon.awssdk.services.guardduty
-
Uses of ListOrganizationAdminAccountsRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.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 in the response.ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. nextToken(String nextToken)A token to use for paginating results that are returned in the response.ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOrganizationAdminAccountsRequest.BuilderListOrganizationAdminAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ListOrganizationAdminAccountsRequest.Builder Modifier and Type Method Description static Class<? extends ListOrganizationAdminAccountsRequest.Builder>ListOrganizationAdminAccountsRequest. serializableBuilderClass()
-