Uses of Class
software.amazon.awssdk.services.shield.model.DescribeProtectionGroupRequest
-
Packages that use DescribeProtectionGroupRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.transform -
-
Uses of DescribeProtectionGroupRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type DescribeProtectionGroupRequest Modifier and Type Method Description default CompletableFuture<DescribeProtectionGroupResponse>ShieldAsyncClient. describeProtectionGroup(DescribeProtectionGroupRequest describeProtectionGroupRequest)Returns the specification for the specified protection group.default DescribeProtectionGroupResponseShieldClient. describeProtectionGroup(DescribeProtectionGroupRequest describeProtectionGroupRequest)Returns the specification for the specified protection group. -
Uses of DescribeProtectionGroupRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type DescribeProtectionGroupRequest Modifier and Type Method Description SdkHttpFullRequestDescribeProtectionGroupRequestMarshaller. marshall(DescribeProtectionGroupRequest describeProtectionGroupRequest)
-