Uses of Class
software.amazon.awssdk.services.detective.model.DisassociateMembershipResponse
-
Packages that use DisassociateMembershipResponse 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 DisassociateMembershipResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return DisassociateMembershipResponse Modifier and Type Method Description default DisassociateMembershipResponseDetectiveClient. disassociateMembership(Consumer<DisassociateMembershipRequest.Builder> disassociateMembershipRequest)Removes the member account from the specified behavior graph.default DisassociateMembershipResponseDetectiveClient. disassociateMembership(DisassociateMembershipRequest disassociateMembershipRequest)Removes the member account from the specified behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type DisassociateMembershipResponse Modifier and Type Method Description default CompletableFuture<DisassociateMembershipResponse>DetectiveAsyncClient. disassociateMembership(Consumer<DisassociateMembershipRequest.Builder> disassociateMembershipRequest)Removes the member account from the specified behavior graph.default CompletableFuture<DisassociateMembershipResponse>DetectiveAsyncClient. disassociateMembership(DisassociateMembershipRequest disassociateMembershipRequest)Removes the member account from the specified behavior graph.
-