Uses of Class
software.amazon.awssdk.services.shield.model.ProtectionGroup
-
Packages that use ProtectionGroup Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProtectionGroup in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProtectionGroup Modifier and Type Method Description ProtectionGroupDescribeProtectionGroupResponse. protectionGroup()A grouping of protected resources that you and Shield Advanced can monitor as a collective.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ProtectionGroup Modifier and Type Method Description List<ProtectionGroup>ListProtectionGroupsResponse. protectionGroups()Methods in software.amazon.awssdk.services.shield.model with parameters of type ProtectionGroup Modifier and Type Method Description DescribeProtectionGroupResponse.BuilderDescribeProtectionGroupResponse.Builder. protectionGroup(ProtectionGroup protectionGroup)A grouping of protected resources that you and Shield Advanced can monitor as a collective.ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.Builder. protectionGroups(ProtectionGroup... protectionGroups)Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ProtectionGroup Modifier and Type Method Description ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.Builder. protectionGroups(Collection<ProtectionGroup> protectionGroups)
-