Uses of Class
software.amazon.awssdk.services.shield.model.DisassociateDrtRoleResponse
-
Packages that use DisassociateDrtRoleResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DisassociateDrtRoleResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DisassociateDrtRoleResponse Modifier and Type Method Description default DisassociateDrtRoleResponseShieldClient. disassociateDRTRole()Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.default DisassociateDrtRoleResponseShieldClient. disassociateDRTRole(Consumer<DisassociateDrtRoleRequest.Builder> disassociateDrtRoleRequest)Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.default DisassociateDrtRoleResponseShieldClient. disassociateDRTRole(DisassociateDrtRoleRequest disassociateDrtRoleRequest)Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.Methods in software.amazon.awssdk.services.shield that return types with arguments of type DisassociateDrtRoleResponse Modifier and Type Method Description default CompletableFuture<DisassociateDrtRoleResponse>ShieldAsyncClient. disassociateDRTRole()Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.default CompletableFuture<DisassociateDrtRoleResponse>ShieldAsyncClient. disassociateDRTRole(Consumer<DisassociateDrtRoleRequest.Builder> disassociateDrtRoleRequest)Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.default CompletableFuture<DisassociateDrtRoleResponse>ShieldAsyncClient. disassociateDRTRole(DisassociateDrtRoleRequest disassociateDrtRoleRequest)Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.
-