Uses of Class
software.amazon.awssdk.services.detective.model.ListInvitationsResponse
-
Packages that use ListInvitationsResponse Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.paginators -
-
Uses of ListInvitationsResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return ListInvitationsResponse Modifier and Type Method Description default ListInvitationsResponseDetectiveClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account.default ListInvitationsResponseDetectiveClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account.Methods in software.amazon.awssdk.services.detective that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description default CompletableFuture<ListInvitationsResponse>DetectiveAsyncClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account.default CompletableFuture<ListInvitationsResponse>DetectiveAsyncClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account. -
Uses of ListInvitationsResponse in software.amazon.awssdk.services.detective.paginators
Methods in software.amazon.awssdk.services.detective.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.detective.paginators with type arguments of type ListInvitationsResponse Modifier and Type Method Description voidListInvitationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber)
-