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