Uses of Class
software.amazon.awssdk.services.detective.model.EnableOrganizationAdminAccountResponse
-
Packages that use EnableOrganizationAdminAccountResponse 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. -
-
Uses of EnableOrganizationAdminAccountResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return EnableOrganizationAdminAccountResponse Modifier and Type Method Description default EnableOrganizationAdminAccountResponseDetectiveClient. enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region.default EnableOrganizationAdminAccountResponseDetectiveClient. enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region.Methods in software.amazon.awssdk.services.detective that return types with arguments of type EnableOrganizationAdminAccountResponse Modifier and Type Method Description default CompletableFuture<EnableOrganizationAdminAccountResponse>DetectiveAsyncClient. enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region.default CompletableFuture<EnableOrganizationAdminAccountResponse>DetectiveAsyncClient. enableOrganizationAdminAccount(EnableOrganizationAdminAccountRequest enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region.
-