| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective.model |
| Modifier and Type | Method and Description |
|---|---|
static ListInvitationsResponse.Builder |
ListInvitationsResponse.builder() |
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Collection<MemberDetail> invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Consumer<MemberDetail.Builder>... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(MemberDetail... invitations)
The list of behavior graphs for which the member account has open or accepted invitations.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.nextToken(String nextToken)
If there are more behavior graphs remaining in the results, then this is the pagination token to use to
request the next page of behavior graphs.
|
ListInvitationsResponse.Builder |
ListInvitationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInvitationsResponse.Builder> |
ListInvitationsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.