Uses of Class
software.amazon.awssdk.services.macie.model.DisassociateMemberAccountResponse
-
Packages that use DisassociateMemberAccountResponse Package Description software.amazon.awssdk.services.macie Amazon Macie Classic -
-
Uses of DisassociateMemberAccountResponse in software.amazon.awssdk.services.macie
Methods in software.amazon.awssdk.services.macie that return DisassociateMemberAccountResponse Modifier and Type Method Description default DisassociateMemberAccountResponseMacieClient. disassociateMemberAccount(Consumer<DisassociateMemberAccountRequest.Builder> disassociateMemberAccountRequest)(Discontinued) Removes the specified member account from Amazon Macie Classic.default DisassociateMemberAccountResponseMacieClient. disassociateMemberAccount(DisassociateMemberAccountRequest disassociateMemberAccountRequest)(Discontinued) Removes the specified member account from Amazon Macie Classic.Methods in software.amazon.awssdk.services.macie that return types with arguments of type DisassociateMemberAccountResponse Modifier and Type Method Description default CompletableFuture<DisassociateMemberAccountResponse>MacieAsyncClient. disassociateMemberAccount(Consumer<DisassociateMemberAccountRequest.Builder> disassociateMemberAccountRequest)(Discontinued) Removes the specified member account from Amazon Macie Classic.default CompletableFuture<DisassociateMemberAccountResponse>MacieAsyncClient. disassociateMemberAccount(DisassociateMemberAccountRequest disassociateMemberAccountRequest)(Discontinued) Removes the specified member account from Amazon Macie Classic.
-