Uses of Class
software.amazon.awssdk.services.shield.model.DeleteProtectionGroupRequest
-
Packages that use DeleteProtectionGroupRequest Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.transform -
-
Uses of DeleteProtectionGroupRequest in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield with parameters of type DeleteProtectionGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteProtectionGroupResponse>ShieldAsyncClient. deleteProtectionGroup(DeleteProtectionGroupRequest deleteProtectionGroupRequest)Removes the specified protection group.default DeleteProtectionGroupResponseShieldClient. deleteProtectionGroup(DeleteProtectionGroupRequest deleteProtectionGroupRequest)Removes the specified protection group. -
Uses of DeleteProtectionGroupRequest in software.amazon.awssdk.services.shield.transform
Methods in software.amazon.awssdk.services.shield.transform with parameters of type DeleteProtectionGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProtectionGroupRequestMarshaller. marshall(DeleteProtectionGroupRequest deleteProtectionGroupRequest)
-