Uses of Class
software.amazon.awssdk.services.cloudtrail.model.AccountNotFoundException
-
Packages that use AccountNotFoundException Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of AccountNotFoundException in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that throw AccountNotFoundException Modifier and Type Method Description default DeregisterOrganizationDelegatedAdminResponseCloudTrailClient. deregisterOrganizationDelegatedAdmin(Consumer<DeregisterOrganizationDelegatedAdminRequest.Builder> deregisterOrganizationDelegatedAdminRequest)Removes CloudTrail delegated administrator permissions from a member account in an organization.default DeregisterOrganizationDelegatedAdminResponseCloudTrailClient. deregisterOrganizationDelegatedAdmin(DeregisterOrganizationDelegatedAdminRequest deregisterOrganizationDelegatedAdminRequest)Removes CloudTrail delegated administrator permissions from a member account in an organization.default RegisterOrganizationDelegatedAdminResponseCloudTrailClient. registerOrganizationDelegatedAdmin(Consumer<RegisterOrganizationDelegatedAdminRequest.Builder> registerOrganizationDelegatedAdminRequest)Registers an organization’s member account as the CloudTrail delegated administrator.default RegisterOrganizationDelegatedAdminResponseCloudTrailClient. registerOrganizationDelegatedAdmin(RegisterOrganizationDelegatedAdminRequest registerOrganizationDelegatedAdminRequest)Registers an organization’s member account as the CloudTrail delegated administrator.
-