Uses of Interface
software.amazon.awssdk.services.shield.model.DescribeProtectionGroupResponse.Builder
-
Packages that use DescribeProtectionGroupResponse.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of DescribeProtectionGroupResponse.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return DescribeProtectionGroupResponse.Builder Modifier and Type Method Description static DescribeProtectionGroupResponse.BuilderDescribeProtectionGroupResponse. builder()default DescribeProtectionGroupResponse.BuilderDescribeProtectionGroupResponse.Builder. protectionGroup(Consumer<ProtectionGroup.Builder> protectionGroup)A grouping of protected resources that you and Shield Advanced can monitor as a collective.DescribeProtectionGroupResponse.BuilderDescribeProtectionGroupResponse.Builder. protectionGroup(ProtectionGroup protectionGroup)A grouping of protected resources that you and Shield Advanced can monitor as a collective.DescribeProtectionGroupResponse.BuilderDescribeProtectionGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type DescribeProtectionGroupResponse.Builder Modifier and Type Method Description static Class<? extends DescribeProtectionGroupResponse.Builder>DescribeProtectionGroupResponse. serializableBuilderClass()
-