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