Uses of Class
software.amazon.awssdk.services.detective.model.ListOrganizationAdminAccountsResponse
-
Packages that use ListOrganizationAdminAccountsResponse 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.paginators -
-
Uses of ListOrganizationAdminAccountsResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return ListOrganizationAdminAccountsResponse Modifier and Type Method Description default ListOrganizationAdminAccountsResponseDetectiveClient. listOrganizationAdminAccounts(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)Returns information about the Detective administrator account for an organization.default ListOrganizationAdminAccountsResponseDetectiveClient. listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)Returns information about the Detective administrator account for an organization.Methods in software.amazon.awssdk.services.detective that return types with arguments of type ListOrganizationAdminAccountsResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationAdminAccountsResponse>DetectiveAsyncClient. listOrganizationAdminAccounts(Consumer<ListOrganizationAdminAccountsRequest.Builder> listOrganizationAdminAccountsRequest)Returns information about the Detective administrator account for an organization.default CompletableFuture<ListOrganizationAdminAccountsResponse>DetectiveAsyncClient. listOrganizationAdminAccounts(ListOrganizationAdminAccountsRequest listOrganizationAdminAccountsRequest)Returns information about the Detective administrator account for an organization. -
Uses of ListOrganizationAdminAccountsResponse in software.amazon.awssdk.services.detective.paginators
Methods in software.amazon.awssdk.services.detective.paginators that return types with arguments of type ListOrganizationAdminAccountsResponse Modifier and Type Method Description Iterator<ListOrganizationAdminAccountsResponse>ListOrganizationAdminAccountsIterable. iterator()Method parameters in software.amazon.awssdk.services.detective.paginators with type arguments of type ListOrganizationAdminAccountsResponse Modifier and Type Method Description voidListOrganizationAdminAccountsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOrganizationAdminAccountsResponse> subscriber)
-