Uses of Class
software.amazon.awssdk.services.shield.model.CreateProtectionGroupResponse
-
Packages that use CreateProtectionGroupResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of CreateProtectionGroupResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return CreateProtectionGroupResponse Modifier and Type Method Description default CreateProtectionGroupResponseShieldClient. createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> 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.Methods in software.amazon.awssdk.services.shield that return types with arguments of type CreateProtectionGroupResponse Modifier and Type Method Description default CompletableFuture<CreateProtectionGroupResponse>ShieldAsyncClient. createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> createProtectionGroupRequest)Creates a grouping of protected resources so they can be handled as a collective.default CompletableFuture<CreateProtectionGroupResponse>ShieldAsyncClient. createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)Creates a grouping of protected resources so they can be handled as a collective.
-