Uses of Interface
software.amazon.awssdk.services.shield.model.AssociateDrtRoleRequest.Builder
-
Packages that use AssociateDrtRoleRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of AssociateDrtRoleRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type AssociateDrtRoleRequest.Builder 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 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. -
Uses of AssociateDrtRoleRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AssociateDrtRoleRequest.Builder Modifier and Type Method Description static AssociateDrtRoleRequest.BuilderAssociateDrtRoleRequest. builder()AssociateDrtRoleRequest.BuilderAssociateDrtRoleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDrtRoleRequest.BuilderAssociateDrtRoleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDrtRoleRequest.BuilderAssociateDrtRoleRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.AssociateDrtRoleRequest.BuilderAssociateDrtRoleRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AssociateDrtRoleRequest.Builder Modifier and Type Method Description static Class<? extends AssociateDrtRoleRequest.Builder>AssociateDrtRoleRequest. serializableBuilderClass()
-