Uses of Class
software.amazon.awssdk.services.detective.model.RejectInvitationResponse
-
Packages that use RejectInvitationResponse 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 RejectInvitationResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return RejectInvitationResponse Modifier and Type Method Description default RejectInvitationResponseDetectiveClient. rejectInvitation(Consumer<RejectInvitationRequest.Builder> rejectInvitationRequest)Rejects an invitation to contribute the account data to a behavior graph.default RejectInvitationResponseDetectiveClient. rejectInvitation(RejectInvitationRequest rejectInvitationRequest)Rejects an invitation to contribute the account data to a behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type RejectInvitationResponse Modifier and Type Method Description default CompletableFuture<RejectInvitationResponse>DetectiveAsyncClient. rejectInvitation(Consumer<RejectInvitationRequest.Builder> rejectInvitationRequest)Rejects an invitation to contribute the account data to a behavior graph.default CompletableFuture<RejectInvitationResponse>DetectiveAsyncClient. rejectInvitation(RejectInvitationRequest rejectInvitationRequest)Rejects an invitation to contribute the account data to a behavior graph.
-