Uses of Class
software.amazon.awssdk.services.fms.model.ListMemberAccountsResponse
-
Packages that use ListMemberAccountsResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.paginators -
-
Uses of ListMemberAccountsResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return ListMemberAccountsResponse Modifier and Type Method Description default ListMemberAccountsResponseFmsClient. listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder> listMemberAccountsRequest)Returns aMemberAccountsobject that lists the member accounts in the administrator's Amazon Web Services organization.default ListMemberAccountsResponseFmsClient. listMemberAccounts(ListMemberAccountsRequest listMemberAccountsRequest)Returns aMemberAccountsobject that lists the member accounts in the administrator's Amazon Web Services organization.Methods in software.amazon.awssdk.services.fms that return types with arguments of type ListMemberAccountsResponse Modifier and Type Method Description default CompletableFuture<ListMemberAccountsResponse>FmsAsyncClient. listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder> listMemberAccountsRequest)Returns aMemberAccountsobject that lists the member accounts in the administrator's Amazon Web Services organization.default CompletableFuture<ListMemberAccountsResponse>FmsAsyncClient. listMemberAccounts(ListMemberAccountsRequest listMemberAccountsRequest)Returns aMemberAccountsobject that lists the member accounts in the administrator's Amazon Web Services organization. -
Uses of ListMemberAccountsResponse in software.amazon.awssdk.services.fms.paginators
Methods in software.amazon.awssdk.services.fms.paginators that return types with arguments of type ListMemberAccountsResponse Modifier and Type Method Description Iterator<ListMemberAccountsResponse>ListMemberAccountsIterable. iterator()Method parameters in software.amazon.awssdk.services.fms.paginators with type arguments of type ListMemberAccountsResponse Modifier and Type Method Description voidListMemberAccountsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMemberAccountsResponse> subscriber)
-