Uses of Class
software.amazon.awssdk.services.shield.model.CreateProtectionGroupRequest
-
Packages that use CreateProtectionGroupRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.transform -
-
Uses of CreateProtectionGroupRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type CreateProtectionGroupRequest Modifier and Type Method Description default CompletableFuture<CreateProtectionGroupResponse>ShieldAsyncClient. createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)Creates a grouping of protected resources so they can be handled as a collective.default CreateProtectionGroupResponseShieldClient. createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)Creates a grouping of protected resources so they can be handled as a collective. -
Uses of CreateProtectionGroupRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type CreateProtectionGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateProtectionGroupRequestMarshaller. marshall(CreateProtectionGroupRequest createProtectionGroupRequest)
-