Uses of Class
software.amazon.awssdk.services.shield.model.AssociateDrtRoleResponse
-
Packages that use AssociateDrtRoleResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of AssociateDrtRoleResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return AssociateDrtRoleResponse Modifier and Type Method Description default AssociateDrtRoleResponseShieldClient. associateDRTRole(Consumer<AssociateDrtRoleRequest.Builder> associateDrtRoleRequest)Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks.default AssociateDrtRoleResponseShieldClient. associateDRTRole(AssociateDrtRoleRequest associateDrtRoleRequest)Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks.Methods in software.amazon.awssdk.services.shield that return types with arguments of type AssociateDrtRoleResponse Modifier and Type Method Description default CompletableFuture<AssociateDrtRoleResponse>ShieldAsyncClient. associateDRTRole(Consumer<AssociateDrtRoleRequest.Builder> associateDrtRoleRequest)Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks.default CompletableFuture<AssociateDrtRoleResponse>ShieldAsyncClient. associateDRTRole(AssociateDrtRoleRequest associateDrtRoleRequest)Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks.
-