Uses of Class
software.amazon.awssdk.services.fms.model.ListAdminsManagingAccountResponse
-
Packages that use ListAdminsManagingAccountResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.paginators -
-
Uses of ListAdminsManagingAccountResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return ListAdminsManagingAccountResponse Modifier and Type Method Description default ListAdminsManagingAccountResponseFmsClient. listAdminsManagingAccount(Consumer<ListAdminsManagingAccountRequest.Builder> listAdminsManagingAccountRequest)Lists the accounts that are managing the specified Organizations member account.default ListAdminsManagingAccountResponseFmsClient. listAdminsManagingAccount(ListAdminsManagingAccountRequest listAdminsManagingAccountRequest)Lists the accounts that are managing the specified Organizations member account.Methods in software.amazon.awssdk.services.fms that return types with arguments of type ListAdminsManagingAccountResponse Modifier and Type Method Description default CompletableFuture<ListAdminsManagingAccountResponse>FmsAsyncClient. listAdminsManagingAccount(Consumer<ListAdminsManagingAccountRequest.Builder> listAdminsManagingAccountRequest)Lists the accounts that are managing the specified Organizations member account.default CompletableFuture<ListAdminsManagingAccountResponse>FmsAsyncClient. listAdminsManagingAccount(ListAdminsManagingAccountRequest listAdminsManagingAccountRequest)Lists the accounts that are managing the specified Organizations member account. -
Uses of ListAdminsManagingAccountResponse in software.amazon.awssdk.services.fms.paginators
Methods in software.amazon.awssdk.services.fms.paginators that return types with arguments of type ListAdminsManagingAccountResponse Modifier and Type Method Description Iterator<ListAdminsManagingAccountResponse>ListAdminsManagingAccountIterable. iterator()Method parameters in software.amazon.awssdk.services.fms.paginators with type arguments of type ListAdminsManagingAccountResponse Modifier and Type Method Description voidListAdminsManagingAccountPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAdminsManagingAccountResponse> subscriber)
-