Uses of Class
software.amazon.awssdk.services.guardduty.model.GetAdministratorAccountResponse
-
Packages that use GetAdministratorAccountResponse 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. -
-
Uses of GetAdministratorAccountResponse in software.amazon.awssdk.services.guardduty
Methods in software.amazon.awssdk.services.guardduty that return GetAdministratorAccountResponse Modifier and Type Method Description default GetAdministratorAccountResponseGuardDutyClient. getAdministratorAccount(Consumer<GetAdministratorAccountRequest.Builder> getAdministratorAccountRequest)Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account.default GetAdministratorAccountResponseGuardDutyClient. getAdministratorAccount(GetAdministratorAccountRequest getAdministratorAccountRequest)Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account.Methods in software.amazon.awssdk.services.guardduty that return types with arguments of type GetAdministratorAccountResponse Modifier and Type Method Description default CompletableFuture<GetAdministratorAccountResponse>GuardDutyAsyncClient. getAdministratorAccount(Consumer<GetAdministratorAccountRequest.Builder> getAdministratorAccountRequest)Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account.default CompletableFuture<GetAdministratorAccountResponse>GuardDutyAsyncClient. getAdministratorAccount(GetAdministratorAccountRequest getAdministratorAccountRequest)Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account.
-