Uses of Class
software.amazon.awssdk.services.detective.model.AcceptInvitationResponse
-
Packages that use AcceptInvitationResponse 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. -
-
Uses of AcceptInvitationResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return AcceptInvitationResponse Modifier and Type Method Description default AcceptInvitationResponseDetectiveClient. acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)Accepts an invitation for the member account to contribute data to a behavior graph.default AcceptInvitationResponseDetectiveClient. acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)Accepts an invitation for the member account to contribute data to a behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type AcceptInvitationResponse Modifier and Type Method Description default CompletableFuture<AcceptInvitationResponse>DetectiveAsyncClient. acceptInvitation(Consumer<AcceptInvitationRequest.Builder> acceptInvitationRequest)Accepts an invitation for the member account to contribute data to a behavior graph.default CompletableFuture<AcceptInvitationResponse>DetectiveAsyncClient. acceptInvitation(AcceptInvitationRequest acceptInvitationRequest)Accepts an invitation for the member account to contribute data to a behavior graph.
-