Uses of Class
software.amazon.awssdk.services.macie2.model.Invitation
-
Packages that use Invitation Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of Invitation in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Invitation Modifier and Type Method Description InvitationGetAdministratorAccountResponse. administrator()The Amazon Web Services account ID for the administrator account.InvitationGetMasterAccountResponse. master()(Deprecated) The Amazon Web Services account ID for the administrator account.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Invitation Modifier and Type Method Description List<Invitation>ListInvitationsResponse. invitations()An array of objects, one for each invitation that was received by the account.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Invitation Modifier and Type Method Description GetAdministratorAccountResponse.BuilderGetAdministratorAccountResponse.Builder. administrator(Invitation administrator)The Amazon Web Services account ID for the administrator account.ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Invitation... invitations)An array of objects, one for each invitation that was received by the account.GetMasterAccountResponse.BuilderGetMasterAccountResponse.Builder. master(Invitation master)(Deprecated) The Amazon Web Services account ID for the administrator account.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Collection<Invitation> invitations)An array of objects, one for each invitation that was received by the account. -
Uses of Invitation in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type Invitation Modifier and Type Method Description SdkIterable<Invitation>ListInvitationsIterable. invitations()Returns an iterable to iterate through the paginatedListInvitationsResponse.invitations()member.SdkPublisher<Invitation>ListInvitationsPublisher. invitations()Returns a publisher that can be used to get a stream of data.
-