| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
GetMasterAccountResponse.master()
The AWS account ID for the master account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
ListInvitationsResponse.invitations()
An array of objects, one for each invitation that was received by the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Invitation... invitations)
An array of objects, one for each invitation that was received by the account.
|
GetMasterAccountResponse.Builder |
GetMasterAccountResponse.Builder.master(Invitation master)
The AWS account ID for the master account.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsResponse.Builder |
ListInvitationsResponse.Builder.invitations(Collection<Invitation> invitations)
An array of objects, one for each invitation that was received by the account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Invitation> |
ListInvitationsPublisher.invitations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Invitation> |
ListInvitationsIterable.invitations()
Returns an iterable to iterate through the paginated
ListInvitationsResponse.invitations() member. |
Copyright © 2020. All rights reserved.