| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms |
|
| software.amazon.awssdk.services.fms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMemberAccountsResponse |
FmsClient.listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder> listMemberAccountsRequest)
Returns a
MemberAccounts object that lists the member accounts in the administrator's AWS
organization. |
default ListMemberAccountsResponse |
FmsClient.listMemberAccounts(ListMemberAccountsRequest listMemberAccountsRequest)
Returns a
MemberAccounts object that lists the member accounts in the administrator's AWS
organization. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMemberAccountsResponse> |
FmsAsyncClient.listMemberAccounts(Consumer<ListMemberAccountsRequest.Builder> listMemberAccountsRequest)
Returns a
MemberAccounts object that lists the member accounts in the administrator's AWS
organization. |
default CompletableFuture<ListMemberAccountsResponse> |
FmsAsyncClient.listMemberAccounts(ListMemberAccountsRequest listMemberAccountsRequest)
Returns a
MemberAccounts object that lists the member accounts in the administrator's AWS
organization. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMemberAccountsResponse> |
ListMemberAccountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMemberAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMemberAccountsResponse> subscriber) |
Copyright © 2020. All rights reserved.