Uses of Class
software.amazon.awssdk.services.macie2.model.ListInvitationsResponse
-
Packages that use ListInvitationsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListInvitationsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListInvitationsResponse Modifier and Type Method Description default ListInvitationsResponseMacie2Client. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Retrieves information about Amazon Macie membership invitations that were received by an account.default ListInvitationsResponseMacie2Client. listInvitations(ListInvitationsRequest listInvitationsRequest)Retrieves information about Amazon Macie membership invitations that were received by an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description default CompletableFuture<ListInvitationsResponse>Macie2AsyncClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Retrieves information about Amazon Macie membership invitations that were received by an account.default CompletableFuture<ListInvitationsResponse>Macie2AsyncClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Retrieves information about Amazon Macie membership invitations that were received by an account. -
Uses of ListInvitationsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description Iterator<ListInvitationsResponse>ListInvitationsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListInvitationsResponse Modifier and Type Method Description voidListInvitationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber)
-