Uses of Class
software.amazon.awssdk.services.detective.model.ListInvitationsRequest
-
Packages that use ListInvitationsRequest 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 software.amazon.awssdk.services.detective.transform -
-
Uses of ListInvitationsRequest in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective with parameters of type ListInvitationsRequest Modifier and Type Method Description default CompletableFuture<ListInvitationsResponse>DetectiveAsyncClient. listInvitations(ListInvitationsRequest 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.default ListInvitationsPublisherDetectiveAsyncClient. listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account.default ListInvitationsIterableDetectiveClient. listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)Retrieves the list of open and accepted behavior graph invitations for the member account. -
Uses of ListInvitationsRequest in software.amazon.awssdk.services.detective.paginators
Constructors in software.amazon.awssdk.services.detective.paginators with parameters of type ListInvitationsRequest Constructor Description ListInvitationsIterable(DetectiveClient client, ListInvitationsRequest firstRequest)ListInvitationsPublisher(DetectiveAsyncClient client, ListInvitationsRequest firstRequest) -
Uses of ListInvitationsRequest in software.amazon.awssdk.services.detective.transform
Methods in software.amazon.awssdk.services.detective.transform with parameters of type ListInvitationsRequest Modifier and Type Method Description SdkHttpFullRequestListInvitationsRequestMarshaller. marshall(ListInvitationsRequest listInvitationsRequest)
-